All Posts

1 article

Routing in modern browsers

Most of the beginner developers are surprised to see how frameworks like angular change the content of the page without refreshing the page. The concept behind this is known as routing. The frontend routing is handled by the browser. In this post, we will see how routing can be done in the frontend using vanilla javascript.