NextJS
How to setup Next.js File Based Routing?
In a typical React application, we enable routing using the react-router package. However, Next.js greatly simplifies this approach by providing file-based routing as a feature. In this post, we look at how to setup Next.js file based routing. If you are a beginner in Next.js, I will recommend you to Read more…