#routing
Read more stories on Hashnode
Articles with this tag
Next.js offers a powerful way to create applications that can seamlessly handle different URL patterns. Its dynamic routing feature lets you create...
Prefetching in Next.js is a powerful feature that enhances the user experience by preloading the resources for a page before the user navigates to it....
The History API in modern web browsers provides a way to interact with the browser's history stack. This stack is essentially a list of pages the user...