π Join the Ultimate Next.js Course β 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
π Get your FREE 218-page Ultimate Next.js 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