Skip to main content

4 docs tagged with "nextjs"

View all tags

App Router

Next.js has a built-in router that allows you to navigate between pages.

Pages & Routes

Next.js has a built-in router that allows you to navigate between pages.

Server & Client

As said, Next.js executes pages by default at the server level. So React hooks cannot be used