Learn how to create web applications using Next.js. This comprehensive tutorial is the complete beginner course on Next.js 15. It is designed to guide you step-by-step through everything you need to master Next.js 15.
Timestamps: 👇
00:00:00 Intro
00:02:00 Next.js Installation
00:04:39 Next.js Project Structure
00:12:57 Routing
00:22:21 Dynamic Routing
00:36:47 Catch All Segments
00:48:00 Not Found 404 Error
00:56:54 File Colocation
01:01:25 Create Private Folders
01:06:29 Route Group
01:13:32 Layouts
01:21:49 Nested Layouts
01:26:14 Route Group Layouts
01:31:37 Link Component
01:38:08 searchParams (Query String)
01:44:31 URL Object (Link Component)
01:49:16 CSR and SSR (Client and Server Side Rendering)
01:55:49 usePathname (Building Active Navbar Link)
02:06:47 Data Fetching (Fetch Method)
02:24:27 Caching
02:28:37 Control Caching
02:32:25 Static and Dynamic Rendering
02:38:40 useRouter() Hook
02:41:31 Suspense Component (Create Loading UI)
02:50:23 Route Handlers (Building API)
02:55:33 GET and POST (Route Handlers - API)
03:04:55 PUT and DELETE (Route Handlers - API)
03:14:55 Database Integrations (Prisma)
03:26:50 Create Database Table (Prisma Model and Migration)
03:45:15 Database CRUD Operations
03:45:26 Create Data
03:51:36 Get Data
03:53:45 Update Data
03:59:37 Delete Data
04:04:00 End
📚 Useful Links:
GitHub Repository: https://github.com/KS9004/ecommerce
Next.js Documentation: https://nextjs.org/docs
Prisma Documentation: https://www.prisma.io/docs
If you enjoy this video, please give it a thumbs up and consider subscribing to the channel for more in-depth tutorials on all things Next.js and other web development technologies.
🔔 Don't forget to hit the bell icon so you can be notified whenever a video is released.
#nextjs #nextjs15 #webdevelopment #javascript #prisma #fullstackdevelopment #beginnercourse #codingtutorial #react #frontend #backend #api #crud #ssr #csr #routing #layouts #datafetching #nextjs14