Skip to content

NagendraSR-tech/nextjs-15-advanced

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

Releases

No releases published

Packages

 
 
 

Contributors