Welcome to the Next.js App Router Demo! This project showcases various features and concepts implemented using the Next.js App Router. The application demonstrates real-world examples of infinite scrolling, pagination, parallel routing, and more.
- Infinite Scrolling: Implemented using server actions and
useSWR
. - Pagination: Server-side and client-side data fetching with
tanstack/react-table
. - Parallel Routing: Render multiple pages simultaneously.
- Intercepting Routes: Modal routing without losing context.
- Music & Video Streaming: Real-time media streaming examples.
- Next.js
- TailwindCSS
- React Icons
- Radix UI
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
This project is open-source and available under the MIT License.
Built with ❤️ by dorji-dev