NextJs Folder structure
May 15, 2024 · 1 min read · Nextjs is a very popular framework build above react and also a frontend+backend framework. It comes with a very interesting routing which resides inside its folder structure. So let's dive into it. we are following 'src' directory as our root and a ...
Join discussion