Routing in Next JS
Route method provided by Next.js is simply amazing
Under the Hood
The story beings when I was working on some new cool feature on our website called iHateReading. We have to dynamically prefetch the next page and make some route changes and instead of using the window object I read about Next JS router API and BOOM!!, the rest is history.