Adding Routing to Lit Element!
September 26, 2020Routing in Single Page Application is done internally using Browser History API. In this article we are going to add Routing to our application and restructure the project.
Hey there! This is Vishal Sharma. I reside and work at Chandigarh, India. I am a Software Engineer and primarily works with JavaScript, ReactJS and NodeJS.
Routing in Single Page Application is done internally using Browser History API. In this article we are going to add Routing to our application and restructure the project.
Lit Element is a simple library for creating fast, lightweight web components that work in any web page with any framework. In this article we are going to setup a Lit Element project using webpack.