Next JS
Next JS

Next JS

Updated
May 1, 2024 12:30 PM
Category
Status

Initial Setup

pnpx create-next-app@latest

Routing

  • Creating a subfolder under app will start the router navigation, each subfolder should contain a page.tsx
  • Use Link For navigation
  • Each navigation page is set by the folder name inside of app and this can contain a page and a layout
📗 Table of Contents
Server-Side Rendering (SSR)
Static Site Generation (SSG)
Incremental Static Regeneration (ISR)