Introduction to NextJS 13.4
Introduction to NextJS 13.4
NextJS for Front-End Development
Amir Vahed
Daneshkar
Table of Contents
Getting Started
What Is Next.js
Installation
Essential Concepts
Single Page application(SPA)
Server Side rendering(SSR)
React Server components(RSC)
Client Components
When to Use Server and Client Components
Patterns
Moving Props From Server Component to Client Component
Extra Resources
Routing
Fundamentals
Creating a Route
Nested Routes
Dynamic Routes
Catch All Segments
Linking and Navigating
Layouts
Project Organization
Rendering and Data Fetching
Rendering Review
Rendering on the Server
Dynamic Functions
Data Fetching
Static and Dynamic Rendering
Data Fetching Patterns
Combine Dynamic Route and Static Rendering
Seo
Meta Data Files
Config Based Metadata
Wrapping Up
Next Steps
Thanks