Routing in Single Page Application
What the heck is Single Page Application aka SPA ?
One of the most fundamental operations on the web is clicking on a link. The click can result in one of the following:
Open a new tab.
Reload the current page to render new content fetched from the ...
adityaprabhat.hashnode.dev7 min read