If You Want To Support My Work 👇
https://www.youtube.com/channel/UCbBt6Ks7M5BZx_GHgGO_UNQ/join
Follow Me On 👇
Any Questions?: https://www.instagram.com/huxnshorts/
Shorts Channel: https://www.youtube.com/@Huxn2.0
Twitter ( X ): https://twitter.com/huxnwebdev
GitHub: https://github.com/huxn-webdev
00:00 - Intro
00:55 - What is Parallel Routes
3:11 - Sub Routing In Parallel Routes
4:32 - Installation
5:43 - Life Without Parallel Routes
12:10 - Amazing World Of Parallel Routes
27:13 - Music Player Project ( Parallel Routes )
53:36 - What Are Intercepting Routes
54:42 - Intercepting Routes Setup
55:47 - Intercepting Routes ( Ugly Code )
1:20:14 - Intercepting Routes Refactor ( The Good Code )
1:29:17 - Games Project
1:47:06 - Parallel Intercepting Routes ( Actual Power )
1:48:20 - A Big Refactor
1:54:50 - Server vs Client Components
1:56:10 - Where To Use Them
1:57:28 - Server & Client Setup
1:58:39 - Server Components In Action
2:00:21 - Client Components In Action
2:04:50 - Server Only Code
2:06:30 - Client Only Code
2:07:52 - Server Only Code In Action
2:15:21 - Client Only Code In Action
2:16:31 - Parent Effecting Children
2:20:03 - Client Side Data Fetching
2:29:47 - Server Side Data Fetching
2:35:16 - What is Prisma
2:36:18 - Benefits Of Prisma
2:36:50 - Prisma Tools
2:37:45 - Prisma Installation
2:38:33 - Generated Code
2:39:30 - Prisma Model
2:41:08 - Telling Prisma
2:41:25 - Basic Imports
2:41:55 - Prisma Setup
2:52:07 - Create A Movie
3:00:47 - Add Multiple Movies
3:03:39 - Fetch All Movies
3:05:32 - Get A Specific Movie
3:09:11 - Update Movie
3:14:34 - Delete Movie
3:17:19 - Server Actions Intro
3:20:28 - Server Actions Setup
3:24:13 - Basic UI
3:26:31 - Create Todo Server Action
3:37:33 - Render Todos
3:42:36 - Update Todos Server Action
3:46:13 - Delete Todos Server Action
3:49:08 - Refactor Server Action ( Better Code )
3:55:45 - Building A Movies App ( Server Actions )
4:33:56 - ZOD Installation
4:34:56 - ZOD Basics
4:41:23 - Optional & Default Values
4:44:20 - Nested Objects In ZOD
4:46:40 - Arrays In ZOD
4:48:25 - Enums In ZOD
4:50:11 - ZOD Infers TypeScript
4:54:28 - Form Validation Setup
5:02:27 - Schema Validation For Form
5:09:16 - Final Server Action For Form Validation
5:14:51 - Outro