Next.js 15 Crash Course | Build and Deploy a Production-Ready Full Stack App
π The Ultimate Next.js 15 Course is now on SALE! https://jsmastery.pro/next15
In this course, you’ll master Next.js, the official React framework, and learn essential concepts like routing, rendering, and full-stack features. Finally, you’ll put your skills to the test by building your own enterprise-ready application, YC Directory, while optimizing performance and SEO. Get ready to impress potential employers with your new skills and real-world projects!
β The app in this video uses Sanity, an API platform for structured content that pairs perfectly with Next.js: https://www.sanity.io/jsmastery
β JetBrains sponsored this video to allow me to share a huge news with you… WebStorm is now free for non-commercial use: https://jb.gg/GetWebStormFree
β Sentry helps us monitor the app and ensures it doesn’t break: https://bit.ly/4abT6PG
πΒ Ultimate NextJS 15 eBook – https://resource.jsmastery.pro/nextjs-ebook
π¨ Pitch Startup App Figma Design – https://resource.jsmastery.pro/pitch-startup
π Materials/References:
GitHub Repository (give it a star β): https://github.com/adrianhajdin/yc_directory
README (assets & code): https://github.com/adrianhajdin/yc_directory/blob/main/README.md
In this video, you’ll learn:
– Next.js 15 App Folder Structure
– Next.js 15 Client Components vs Server Components
– Next.js 15 File-based Routing (including dynamic, nested routes and route groups)
– Next.js 15 page, layout, loading, and error Special Files
– Next.js 15 Serverless Route Handlers (Next API, API Routes, Full Stack Apps)
– Next.js 15 Metadata and Search Engine Optimization (SEO)
– Multiple ways to fetch data in Next.js:
– Server Side Rendering (SSR),
– Static Site Generation (SSG)
– Incremental Static Generation (ISR)
– Partial Pre-rendering (PPR)
– Authentication with NextAuth
– Next.js 15 Cache
– Next.js 15 Server Actions
– Next.js 15 Data Fetching, Architecture
– Next.js 15 Parallel and sequential data fetching
– Next.js 15 unstable after
π» Join our Discord Community: https://discord.com/invite/n6EdbFJ
π¦ Follow us on Twitter: https://x.com/jsmasterypro
πΌοΈ Follow us on Instagram: https://instagram.com/javascriptmastery
π Follow us on LinkedIn: https://linkedin.com/company/javascriptmastery/
πΌ Business Inquiries: contact@jsmastery.pro
Time Stamps π
00:00:00 β Intro
00:05:25 β Next.js Benefits
00:10:55 β Next.js Theory & Practical
01:02:03 β Demo of the App
01:06:58 β Setup new project
01:09:20 β Authentication with NextAuth
01:28:25 β Theming and Fonts
01:35:28 β Hero Section
01:44:15 β Search Form
01:55:30 β All Startups & Startup Card
02:12:37 β Sanity Setup
02:20:01 β Sanity Schema
02:33:03 β Fetching Data and Type Safety
02:45:05 β Cache and Live API w/ Next.js
02:52:37 β Real-time Search w/ URL Query Params
02:56:27 β Understanding Partial Pre-rendering
03:08:31 β Startup Details
03:25:58 β Sanity Write Client
03:34:57 β Author Authentication Flow
03:50:03 β Create Startup Form
04:22:52 β Server Action
04:33:50 β Performance & Bug Tracking in Next.js Apps w/ Sentry
04:43:42 β User Profile
05:02:04 β Final Feature, Parallel Fetching and Deployment