React Hooks - useState, useEffect
Lectures 53 • 40 slides
Narration
Slide 1: Introduction to Next.js (SSR/SSG)
Today's Learning Theme
flowchart TD
A[Next.js] --> B[App Router]
A --> C[SSR]
A --> D[SSG]
A --> E[ISR]
A --> F[API Routes]
- Overview and features of Next.js
- App Router architecture
- Understanding rendering strategies
Main Topics
- What is Next.js?
- SSR (Server-Side Rendering)
- SSG (Static Site Generation)
- ISR (Incremental Static Regeneration)
- Backend construction with API Routes
Review of the Previous Session
- State management libraries (Redux, Zustand, etc.)
- Global state management techniques
1/40