Please enable JavaScript.
Coggle requires JavaScript to display documents.
Next.js - learning path - Coggle Diagram
Next.js - learning path
Routing
Nested routes
Link component
Dynamic routes
Page based routing
Custom 404 page
API Routes
Dynamic API Routes
Handle PUT, PATCH & DELETE
Handle GET and POST
Catch All
File based routes
Pre-rendering & Data Fetching
Incremental Static Regeneration
Server-side Rendering
getStaticPaths
getServerSideProps
getStaticProps
Client-side Data Fetching
Static Generation
Pre-rendering
Styling
CSSin-JS Solution
Component Styles
Global Styles