Example Components
Explore various features and implementation patterns of Next.js 15.
Dynamic Routing
Dynamic segments and parameters handling in App Router.
View demo
Data Fetching
Server-side and client-side data fetching patterns.
View demo
Query Strings
URL search parameters handling and state management.
View demo
React Query
Client state management with TanStack Query integration.
View demo
Server Actions
Form handling and mutations with Next.js Server Actions.
View demo