- Next.js is built on top of React
- React Server Components (RSC) is a feature in Next.js 13+
- In Next.js 13+, by default, components are server-side rendered (SSR)
- In Next.js 13+, the App Directory (app/) has been introduced as an alternative to the pages/ directory.
- Next.js has built-in support for API routes, which you can use to handle form submissions and other server-side logic.
- Get started by editing
app/page.tsx
. - built by SANJEET KUMAR
Navigation links
Go to Contact Page Go to React 18 version of ref