Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 288 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 288 Bytes

Next.JS exercises

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Study

  • Server components (App directory)
  • Routing and Data Fetching with server components
  • Hybrid pages (client and server components)
  • Authentication/Authorization