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

Navigation links

Go to Contact Page Go to React 18 version of ref