Prefetching content in Next.js

When linking two pages in a Next.js application, the built-in component allows for seamless client-side navigation. Instead of triggering a full page reload like traditional websites, Next.js uses fr...
0 Read More

All the special files in NextJS

The new Next.js app router system gives a handy way to manage routing in an application. NextJS has some conventional or special files that serve some useful purposes. Let's deep dive into learning th...
0 Read More