Skip to content

NagendraSR-tech/nextjs-15-advanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

76 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Next.js 15 Advanced – Practice Projects

This repository contains multiple demo projects created while learning Next.js 15 through tutorials.
It covers concepts from basic to advanced, providing hands-on practice with real implementations.


The goal of this repo is to document my learning journey with Next.js 15.
Each sub-folder inside the repo represents a separate demo project, focusing on specific concepts such as:

  • Routing (App Router & Pages Router)
  • API Routes
  • Server & Client Components
  • Rendering
  • Data Fetching
  • Authentication & Middleware

πŸ“‚ Projects Included

  • 01-basic-routing – Simple routing with App Router
  • 02-data-fetching – Using fetch, getServerSideProps, getStaticProps
  • 03-api-routes – Creating API endpoints in Next.js
  • 05-advanced-rendering – Client vs Server rendering
  • 04-middleware – Clerk integration with middleware