TorBT - Torrents and Magnet Links Search Engine

ByteGrad - Professional React & Next.js

File Name
Size
02. Beginner React & JavaScript/13. Modern JS & DOM Fundamentals.mp4
521 MB
Resources.txt
65 B
01. Introduction/1. Course Introduction.mp4
46 MB
01. Introduction/2. Setup (Browser, VS Code Extensions, Prettier, Prisma, NodeJS, Git, GitHub).mp4
59 MB
01. Introduction/3. Is an AI Copilot (example GitHub Copilot) a necessity for this course.mp4
27 MB
01. Introduction/index.png
434 kB
02. Beginner React & JavaScript/4. Starting a New React Project.mp4
7.7 MB
02. Beginner React & JavaScript/5. Vite React App (Fresh Install Lookaround).mp4
47 MB
02. Beginner React & JavaScript/6. JSX Fundamentals for React.mp4
28 MB
02. Beginner React & JavaScript/7. Components in React.mp4
29 MB
02. Beginner React & JavaScript/8. Anatomy of a React Component (Props, Event Handlers, Hooks).mp4
95 MB
02. Beginner React & JavaScript/9. The useState Hook & What is 'Rendering'.mp4
75 MB
02. Beginner React & JavaScript/10. The useEffect hook.mp4
40 MB
02. Beginner React & JavaScript/11. JavaScript Fundamentals for React.mp4
140 MB
02. Beginner React & JavaScript/12. CSS Fundamentals for React.mp4
79 MB
bytegrad.csv
45 kB
02. Beginner React & JavaScript/index.png
431 kB
03. Project Fancy Counter/14. Fancy Counter Intro.mp4
9.8 MB
03. Project Fancy Counter/15. Fresh React Vite Install (Lookaround).mp4
195 MB
03. Project Fancy Counter/16. Split up the App into components.mp4
139 MB
03. Project Fancy Counter/17. Component fundamentals.mp4
139 MB
03. Project Fancy Counter/18. Div vs Fragment.mp4
24 MB
03. Project Fancy Counter/19. Styling our app and adding icons + font.mp4
164 MB
03. Project Fancy Counter/20. Count State (useState, 'Rendering', 'Lifting state up', functional setState).mp4
147 MB
03. Project Fancy Counter/21. Event Handler Functions in React.mp4
28 MB
03. Project Fancy Counter/22. Reset Button.mp4
6.2 MB
03. Project Fancy Counter/23. Inline vs Extracting Event Handler Functions.mp4
16 MB
03. Project Fancy Counter/24. Create 1 Reusable Button Component.mp4
75 MB
03. Project Fancy Counter/25. Conditional Rendering (Ternary Operator vs Logical && Operator).mp4
12 MB
03. Project Fancy Counter/26. Finish Refactoring Reusable Button Component.mp4
19 MB
03. Project Fancy Counter/27. Bottom Limit.mp4
9.3 MB
03. Project Fancy Counter/28. Upper Limit (Derived State, Manipulate CSS).mp4
85 MB
03. Project Fancy Counter/29. Spacebar to Increment.mp4
129 MB
03. Project Fancy Counter/30. Prop Drilling (Solution Children Composition).mp4
52 MB
03. Project Fancy Counter/31. Recap Most Important React Concepts from this project.mp4
9.2 MB
03. Project Fancy Counter/index (1).png
412 kB
03. Project Fancy Counter/index (2).png
492 kB
03. Project Fancy Counter/index (3).png
597 kB
04. Project Word Analytics/32. Word Analytics Intro.mp4
7.5 MB
04. Project Word Analytics/33. Setup (Build a React App from Scratch).mp4
153 MB
04. Project Word Analytics/34. Handle events (Change Event).mp4
40 MB
04. Project Word Analytics/35. Uncontrolled vs Controlled (Textarea).mp4
59 MB
04. Project Word Analytics/36. Basic Validation.mp4
116 MB
04. Project Word Analytics/37. Reusable Component (Warning Component).mp4
50 MB
04. Project Word Analytics/38. You don't always need to add more useState.mp4
32 MB
04. Project Word Analytics/39. Finish validation (Remove Warning).mp4
16 MB
04. Project Word Analytics/40. Stats Section (JSX Markup).mp4
18 MB
04. Project Word Analytics/41. Reusable Component (Stat Component).mp4
56 MB
04. Project Word Analytics/42. Derived State (numberOfCharacters).mp4
52 MB
04. Project Word Analytics/43. Lifting state up.mp4
63 MB
04. Project Word Analytics/44. Other Stats Data (Derived State).mp4
37 MB
04. Project Word Analytics/45. Combine Props into 1 Prop Object.mp4
28 MB
04. Project Word Analytics/46. Manipulate CSS in React.mp4
29 MB
04. Project Word Analytics/47. Extract Constants into a Separate File.mp4
21 MB
04. Project Word Analytics/48. Folder Structure.mp4
31 MB
04. Project Word Analytics/index (1).png
546 kB
04. Project Word Analytics/index (2).png
510 kB
04. Project Word Analytics/index (3).png
442 kB
05. Intermediate React & JavaScript/49. Arrays (Intermediate).mp4
64 MB
05. Intermediate React & JavaScript/50. Objects (Intermediate).mp4
35 MB
05. Intermediate React & JavaScript/51. Arrays (Advanced).mp4
41 MB
05. Intermediate React & JavaScript/52. Objects (Advanced).mp4
12 MB
05. Intermediate React & JavaScript/53. Spread Operator.mp4
4.7 MB
05. Intermediate React & JavaScript/54. Destructuring.mp4
15 MB
05. Intermediate React & JavaScript/55. Primitives vs References.mp4
15 MB
05. Intermediate React & JavaScript/56. Short Circuiting (&& and --).mp4
19 MB
05. Intermediate React & JavaScript/57. Functions (Intermediate).mp4
39 MB
05. Intermediate React & JavaScript/58. Functions (Advanced).mp4
41 MB
05. Intermediate React & JavaScript/59. Fetch API Introduction.mp4
48 MB
05. Intermediate React & JavaScript/60. Example GET Data from API & Display in HTML with Fetch API.mp4
47 MB
05. Intermediate React & JavaScript/61. Fetch API in 4 Minutes (GET POST PUT DELETE, JSON).mp4
31 MB
05. Intermediate React & JavaScript/62. Fetch API with AsyncAwait.mp4
114 MB
05. Intermediate React & JavaScript/63. Fetch API in React useEffect for Fetching Data.mp4
59 MB
05. Intermediate React & JavaScript/64. Custom hooks.mp4
41 MB
05. Intermediate React & JavaScript/65. Rules of Hooks.mp4
21 MB
05. Intermediate React & JavaScript/index (1).png
513 kB
05. Intermediate React & JavaScript/index (2).png
554 kB
05. Intermediate React & JavaScript/index (3).png
362 kB
06. Project Trekbag/66. Trekbag Project Intro.mp4
9.0 MB
06. Project Trekbag/67. Create a new Vite React App for Trekbag.mp4
31 MB
06. Project Trekbag/68. Project Structure (Reusability).mp4
182 MB
06. Project Trekbag/69. Secondary Buttons (map, key).mp4
56 MB
06. Project Trekbag/70. Item List (useState, map, input checkboxes).mp4
158 MB
06. Project Trekbag/71. AddItemForm (Controlled vs Uncontrolled Input, useState, Array of Objects, Spread Operator).mp4
175 MB
06. Project Trekbag/72. React Pattern Separate Implemention Logic from Where Event Occurred.mp4
81 MB
06. Project Trekbag/73. Best Practices Naming Props.mp4
20 MB
06. Project Trekbag/74. Finish Secondary Buttons.mp4
165 MB
06. Project Trekbag/75. Delete & Toggle Individual Item.mp4
76 MB
06. Project Trekbag/76. React Pattern for Updating State, naming props.mp4
37 MB
06. Project Trekbag/77. Empty View (Conditional Rendering Pitfalls).mp4
47 MB
06. Project Trekbag/78. Best Practice Where to compute derived state.mp4
55 MB
06. Project Trekbag/79. Sorting Items (React-Select Component).mp4
122 MB
06. Project Trekbag/80. Advanced LocalStorage with useState.mp4
92 MB
06. Project Trekbag/81. Best Practices useMemo.mp4
19 MB
06. Project Trekbag/82. Children Composition (Avoid Prop Drilling pt. 1).mp4
48 MB
06. Project Trekbag/83. Context API with Custom Hook (Avoid Prop Drilling pt. 2).mp4
137 MB
06. Project Trekbag/84. The problem with the Context API.mp4
29 MB
06. Project Trekbag/85. Zustand (Replace Context API with Zustand).mp4
189 MB
06. Project Trekbag/intro (1).png
487 kB
06. Project Trekbag/intro (2).png
548 kB
06. Project Trekbag/intro (3).png
590 kB
06. Project Trekbag/intro (4).png
508 kB
07. Introduction to TypeScript in React/86. TypeScript in React.mp4
355 MB
07. Introduction to TypeScript in React/intro.png
90 kB
08. Project CorpComment/87. CorpComment Project Intro.mp4
20 MB
08. Project CorpComment/88. Vite React TypeScript (Fresh Install Lookaround).mp4
70 MB
08. Project CorpComment/89. Complete Setup (Components, Radix UI Icons).mp4
217 MB
08. Project CorpComment/90. Counter (useState, Controlled Input, Derived State).mp4
80 MB
08. Project CorpComment/91. Basic validation.mp4
16 MB
08. Project CorpComment/92. TypeScript for useState.mp4
17 MB
08. Project CorpComment/93. TypeScript for Events.mp4
44 MB
08. Project CorpComment/94. Feedback Items List (Map).mp4
114 MB
08. Project CorpComment/95. TypeScript for Props (FeedbackItem Prop).mp4
77 MB
08. Project CorpComment/96. Fetch Data & Set State.mp4
98 MB
08. Project CorpComment/97. Loading Spinner while Fetching Data.mp4
27 MB
08. Project CorpComment/98. Top 3 errors when fetching data.mp4
77 MB
08. Project CorpComment/99. Convert Fetch to AsyncAwait.mp4
74 MB
08. Project CorpComment/100. Conditional Rendering with Logical AND (&&).mp4
15 MB
08. Project CorpComment/101. Add item to list (Top 2 reasons for TypeScript, Lifting State Up).mp4
335 MB
08. Project CorpComment/102. Post Item to Backend (Optimistic UI).mp4
107 MB
08. Project CorpComment/103. Improve Project Folder Structure.mp4
19 MB
08. Project CorpComment/104. Hashtag List Feature.mp4
178 MB
08. Project CorpComment/105. useMemo Performance Optimization.mp4
28 MB
08. Project CorpComment/106. Toggle OpenClose Feedback Item.mp4
30 MB
08. Project CorpComment/107. Upvote Feature.mp4
18 MB
08. Project CorpComment/108. Prevent event bubbling in the DOM.mp4
24 MB
08. Project CorpComment/109. Disable Upvote Button.mp4
9.9 MB
08. Project CorpComment/110. ValidInvalid Indicators (setTimeout).mp4
57 MB
08. Project CorpComment/111. Children Composition (Prevent Prop Drilling pt. 1).mp4
40 MB
08. Project CorpComment/112. Context API in TypeScript.mp4
318 MB
08. Project CorpComment/113. Custom Hook for Feedback Items.mp4
62 MB
08. Project CorpComment/114. The problem with Context API.mp4
33 MB
08. Project CorpComment/115. Zustand (Replace Context API with Zustand).mp4
269 MB
08. Project CorpComment/intro (1).png
558 kB
08. Project CorpComment/intro (2).png
542 kB
08. Project CorpComment/intro (3).png
513 kB
08. Project CorpComment/intro (4).png
556 kB
08. Project CorpComment/intro (5).png
313 kB
09. Project rmtDev/116. rmtDev Project Intro.mp4
57 MB
09. Project rmtDev/117. Starter Setup (GitHub).mp4
32 MB
09. Project rmtDev/118. Components overview.mp4
73 MB
09. Project rmtDev/119. Compose the app with components.mp4
34 MB
09. Project rmtDev/120. Search component (controlled input).mp4
51 MB
09. Project rmtDev/121. Data (Search Query Params vs Path Params).mp4
46 MB
09. Project rmtDev/122. Where to fetch data (useEffect vs event handler.mp4
63 MB
09. Project rmtDev/123. Fetch data in useEffect (Fetch API Anatomy).mp4
95 MB
09. Project rmtDev/124. Showing search results (life state up, map over data).mp4
87 MB
09. Project rmtDev/125. Typing API response (TypeScript).mp4
43 MB
09. Project rmtDev/126. Prevent prop drilling (children pattern).mp4
58 MB
09. Project rmtDev/127. Loading state (JobList).mp4
33 MB
09. Project rmtDev/128. JobItem type (special types file).mp4
26 MB
09. Project rmtDev/129. useJobItems (custom hook benefits).mp4
60 MB
09. Project rmtDev/130. Slice JobItems (derived state).mp4
19 MB
09. Project rmtDev/131. Custom hook rules (return object or array).mp4
43 MB
09. Project rmtDev/132. Type custom hook return value (as const).mp4
46 MB
09. Project rmtDev/133. Fix key (key is not a prop).mp4
7.9 MB
09. Project rmtDev/134. Fix TypeScript issues (type setstate function).mp4
16 MB
09. Project rmtDev/135. Benefits of data in URL (not in useState).mp4
44 MB
09. Project rmtDev/136. Keep track of activeId (reading and writing to URL, useEffect).mp4
139 MB
09. Project rmtDev/137. Custom hook for activeId.mp4
27 MB
09. Project rmtDev/138. Fetch JobItem (custom hook).mp4
182 MB
09. Project rmtDev/139. Render JobItem (custom type).mp4
152 MB
09. Project rmtDev/140. Loading State (JobItemContent).mp4
59 MB
09. Project rmtDev/141. Active item in list (custom hook).mp4
50 MB
09. Project rmtDev/142. Results count (derived state, custom hook).mp4
38 MB
09. Project rmtDev/143. Return object instead of array from custom hook.mp4
33 MB
09. Project rmtDev/144. Debounce searchtext (useDebounce custom hook).mp4
158 MB
09. Project rmtDev/145. useDebounce TypeScript (Generics).mp4
75 MB
09. Project rmtDev/146. Add key when there is no unique id.mp4
48 MB
09. Project rmtDev/147. Change Fetch to React-Query.mp4
221 MB
09. Project rmtDev/148. Fetcher function.mp4
23 MB
09. Project rmtDev/149. Type return value of fetcher function (API response, promise).mp4
61 MB
09. Project rmtDev/150. Fix loading state in React-Query (isInitialLoading).mp4
12 MB
09. Project rmtDev/151. Error handling when fetching data.mp4
56 MB
09. Project rmtDev/152. Purify custom hook (no derived state).mp4
38 MB
09. Project rmtDev/153. Refactor useJobItems to React-Query (+ Loading state).mp4
135 MB
09. Project rmtDev/154. Toast Messages (Show error message).mp4
59 MB
09. Project rmtDev/155. Unknown type in TypeScript.mp4
86 MB
09. Project rmtDev/156. Pagination.mp4
117 MB
09. Project rmtDev/157. Reusable component (Pagination Button).mp4
84 MB
09. Project rmtDev/158. Finish pagination (derived state).mp4
95 MB
09. Project rmtDev/159. Client-Side Pagination vs Server-Side Pagination.mp4
10 MB
09. Project rmtDev/160. Extract constant for results per page.mp4
10 MB
09. Project rmtDev/161. Sorting (derived state).mp4
224 MB
09. Project rmtDev/162. Extract type for page direction.mp4
12 MB
09. Project rmtDev/163. Mutable update vs Creating new.mp4
30 MB
09. Project rmtDev/164. Reusable component (Sorting Button).mp4
62 MB
09. Project rmtDev/165. Keep track of bookmarked ids in context API.mp4
267 MB
09. Project rmtDev/166. Event bubbling Prevent Default Stop propagation.mp4
37 MB
09. Project rmtDev/167. Persist data in localStorage (useState initializer function).mp4
90 MB
09. Project rmtDev/168. useLocalStorage (Custom hook).mp4
128 MB
09. Project rmtDev/169. Typing custom hook (generics).mp4
134 MB
09. Project rmtDev/170. Context API TypeScript (Custom Hook).mp4
124 MB
09. Project rmtDev/171. Create Popover (reuse custom hook).mp4
118 MB
09. Project rmtDev/172. Multiple Fetch Calls in parallel without waterfall (react-query).mp4
210 MB
09. Project rmtDev/173. Fix TypeScript Boolean (Asserting Casting Types).mp4
82 MB
09. Project rmtDev/174. What if data has more than type specifies.mp4
41 MB
09. Project rmtDev/175. Fix spinner CSS.mp4
12 MB
09. Project rmtDev/176. Part 1 Close popover - className.mp4
125 MB
09. Project rmtDev/177. Part 2 Close popover - useRef.mp4
101 MB
09. Project rmtDev/178. Part 3 Close popover - useOnClickOutside (custom hook).mp4
104 MB
09. Project rmtDev/179. Create portal for popover.mp4
36 MB
09. Project rmtDev/180. ActiveId optimization custom hook vs context API.mp4
91 MB
09. Project rmtDev/181. State Management in Context API (multiple contexts, dependency between them).mp4
303 MB
09. Project rmtDev/182. JobList (Data Wrapper Pattern).mp4
78 MB
09. Project rmtDev/183. useMemo (memoize derived state).mp4
41 MB
09. Project rmtDev/184. Why it's important to update objects and arrays by creating new ones.mp4
40 MB
09. Project rmtDev/185. Memoize context value.mp4
28 MB
09. Project rmtDev/186. useCallback for event handler functions.mp4
34 MB
09. Project rmtDev/187. Finish! Well done!.mp4
11 MB
09. Project rmtDev/intro (1).png
487 kB
09. Project rmtDev/intro (2).png
453 kB
09. Project rmtDev/intro (3).png
469 kB
09. Project rmtDev/intro (4).png
475 kB
09. Project rmtDev/intro (5).png
520 kB
09. Project rmtDev/intro (6).png
494 kB
09. Project rmtDev/intro (7).png
419 kB
09. Project rmtDev/intro (8).png
472 kB
09. Project rmtDev/intro (9).png
537 kB
09. Project rmtDev/intro (10).png
575 kB
10. NextJS (Beginner to Intermediate)/188. NextJS Overview (Fast).mp4
304 MB
10. NextJS (Beginner to Intermediate)/189. When & Where to add 'use client'.mp4
81 MB
10. NextJS (Beginner to Intermediate)/190. Server Components inside Client Components.mp4
48 MB
10. NextJS (Beginner to Intermediate)/191. Routes (Pages) vs Components.mp4
11 MB
10. NextJS (Beginner to Intermediate)/192. Client vs Server Overview in NextJS.mp4
75 MB
10. NextJS (Beginner to Intermediate)/193. Before you use div in React....mp4
144 MB
10. NextJS (Beginner to Intermediate)/195. The cn() utility function for Tailwind CSS.mp4
61 MB
10. NextJS (Beginner to Intermediate)/196. React & NextJS hook mistakes (that even Senior developers make!).mp4
375 MB
10. NextJS (Beginner to Intermediate)/index (1).png
585 kB
10. NextJS (Beginner to Intermediate)/index (2).png
486 kB
11. Project EVENTO/197. EVENTO Project Intro.mp4
27 MB
11. Project EVENTO/198. Start Project (NextJS Fresh Install).mp4
53 MB
11. Project EVENTO/199. Routing Strategy (Layout & Pages, Dynamic Routes, Link).mp4
110 MB
11. Project EVENTO/200. Home Page Content (+ Tailwind Styling).mp4
58 MB
11. Project EVENTO/201. Logo (NextJS Image Component).mp4
33 MB
11. Project EVENTO/202. Header Styling (Why Tailwind).mp4
81 MB
11. Project EVENTO/203. Finish Home Page Styling With Tailwind CSS.mp4
122 MB
11. Project EVENTO/204. Container Props (ReactNode).mp4
4.4 MB
11. Project EVENTO/205. Accent Color (Tailwind Config).mp4
16 MB
11. Project EVENTO/206. Metadata (TypeScript Metadata Type).mp4
21 MB
11. Project EVENTO/207. Active Link (clsx, Framer Motion).mp4
90 MB
11. Project EVENTO/208. Search Form (When to Convert Server Component to Client Component).mp4
88 MB
11. Project EVENTO/209. Reusable H1 Component.mp4
33 MB
11. Project EVENTO/210. Clickable Logo (Link ).mp4
3.8 MB
11. Project EVENTO/211. Continue Events Page (Scrollbar Styling).mp4
19 MB
11. Project EVENTO/212. Page Params for Dynamic H1.mp4
33 MB
11. Project EVENTO/213. Fetch Events (Fetch Data in Server Component).mp4
54 MB
11. Project EVENTO/214. EventoEvent Type.mp4
27 MB
11. Project EVENTO/215. EventsList Component (@ Path Alias).mp4
52 MB
11. Project EVENTO/216. EventCard Component (Flexbox Tricks).mp4
112 MB
11. Project EVENTO/217. Event Date (Copilot Magic).mp4
71 MB
11. Project EVENTO/218. Finish EventCard (Wrap in Link, Hover Effect).mp4
39 MB
11. Project EVENTO/219. H1 Reusability (Reusability Best Practices, Tailwind-Merge).mp4
63 MB
11. Project EVENTO/220. cn() Utility Function (Replace clsx and Tailwind Merge).mp4
38 MB
11. Project EVENTO/221. Fetch Events for Correct City.mp4
19 MB
11. Project EVENTO/222. Event Page Params (Get Event Slug from URL).mp4
9.1 MB
11. Project EVENTO/223. Fetch Event From URL.mp4
20 MB
11. Project EVENTO/224. Event Page Scaffolding.mp4
9.7 MB
11. Project EVENTO/225. Image Component Advanced (+ Design Tips).mp4
62 MB
11. Project EVENTO/226. Finish Event Page Intro Section.mp4
109 MB
11. Project EVENTO/227. Reusable Hover Effect (Tailwind @apply Rule).mp4
21 MB
11. Project EVENTO/228. Finish Event Page (Tailwind, React Pattern).mp4
71 MB
11. Project EVENTO/229. Fix Image Object Fit vs Object Cover.mp4
6.0 MB
11. Project EVENTO/230. Client-Side Cache in NextJS (Router Cache).mp4
67 MB
11. Project EVENTO/231. Cache and Loading.tsx.mp4
31 MB
11. Project EVENTO/232. Skeleton Component (Tailwind, cn()).mp4
30 MB
11. Project EVENTO/233. Skeleton Card Component.mp4
53 MB
11. Project EVENTO/234. Suspense & Streaming in NextJS (Loading.tsx).mp4
9.3 MB
11. Project EVENTO/235. EventsList Suspense (Advanced Pattern for Data Fetching).mp4
69 MB
11. Project EVENTO/236. Advanced Pattern Data Fetching Wrapper Component for EventsList.mp4
17 MB
11. Project EVENTO/237. Data Cache and Revalidate.mp4
53 MB
11. Project EVENTO/238. Display Event Name as Title (generateMetadata).mp4
105 MB
11. Project EVENTO/239. Fetch Memoization in React & NextJS.mp4
16 MB
11. Project EVENTO/240. Data Fetching Utilities.mp4
34 MB
11. Project EVENTO/241. EventCard Scroll-Based Animation with Framer Motion.mp4
110 MB
11. Project EVENTO/242. Setup SQLite with Prisma.mp4
119 MB
11. Project EVENTO/243. Replace Fetch API with Prisma Client.mp4
77 MB
11. Project EVENTO/244. Sort Events by Date (Prisma Sorting).mp4
13 MB
11. Project EVENTO/245. notFound() Function in NextJS for Event Page.mp4
11 MB
11. Project EVENTO/246. Server-Side Pagination in NextJS for EventsList.mp4
250 MB
11. Project EVENTO/247. Advanced Key Prop for Suspense.mp4
19 MB
11. Project EVENTO/248. Zod Validation in EVENTO for Incoming Data.mp4
100 MB
11. Project EVENTO/249. Middleware in EVENTO (Use Cases, Redirecting).mp4
20 MB
11. Project EVENTO/250. Static vs Dynamic Rendering in EVENTO.mp4
50 MB
11. Project EVENTO/251. More Static vs Dynamic Rendering (Client Components Run on the Server).mp4
15 MB
11. Project EVENTO/252. Advanced Pattern Pre-Generating Popular Routes.mp4
24 MB
11. Project EVENTO/253. Advanced Link Component Prefetching in Production.mp4
20 MB
11. Project EVENTO/254. Advanced Data Cache Prisma ORM Caching with unstable_cache.mp4
48 MB
11. Project EVENTO/255. Server-Only Utilities (Advanced Data Fetching Utilities).mp4
52 MB
11. Project EVENTO/256. Opengraph Images in NextJS.mp4
13 MB
11. Project EVENTO/257. Deployment Options (Static Export).mp4
14 MB
11. Project EVENTO/258. Deployment Options (NodeJS Server, Vercel).mp4
14 MB
11. Project EVENTO/259. Using Postgres in Production.mp4
59 MB
11. Project EVENTO/260. Deploy to Vercel.mp4
70 MB
11. Project EVENTO/index (1).png
560 kB
11. Project EVENTO/index (2).png
518 kB
11. Project EVENTO/index (3).png
471 kB
11. Project EVENTO/index (4).png
539 kB
11. Project EVENTO/index (5).png
484 kB
11. Project EVENTO/index (6).png
548 kB
11. Project EVENTO/index (7).png
529 kB
11. Project EVENTO/index (8).png
480 kB
11. Project EVENTO/index (9).png
613 kB
11. Project EVENTO/index (10).png
148 kB
12. Advanced NextJS, TypeScript, React/261. Server Actions (Revalidation, useFormStatus, useOptimisticUI).mp4
257 MB
12. Advanced NextJS, TypeScript, React/262. Top 3 Reasons for using Server Actions.mp4
101 MB
12. Advanced NextJS, TypeScript, React/263. Custom Hook for Context API (TypeScript).mp4
83 MB
12. Advanced NextJS, TypeScript, React/264. Professional forms with React-hook-form and Zod.mp4
294 MB
12. Advanced NextJS, TypeScript, React/265. Complete Zod Tutorial.mp4
384 MB
12. Advanced NextJS, TypeScript, React/266. TypeScript Generics (Easy Explanation!).mp4
167 MB
12. Advanced NextJS, TypeScript, React/no 267.txt
525 kB
13. Project PetSoft/268 PetSoft Intro.mp4
61 MB
13. Project PetSoft/269 Setup.mp4
104 MB
13. Project PetSoft/270 Routing Strategy.mp4
84 MB
13. Project PetSoft/271 Home page.mp4
84 MB
13. Project PetSoft/272 Shadcn UI Intro & Setup.mp4
226 MB
13. Project PetSoft/273 App Segment (AppHeader, Dashboard Page + Account Page).mp4
136 MB
13. Project PetSoft/274 App Footer.mp4
15 MB
13. Project PetSoft/275 Branding + Stats Components.mp4
56 MB
13. Project PetSoft/276 Dashboard Grid Layout.mp4
103 MB
13. Project PetSoft/277 Responsive Grid Layout.mp4
29 MB
13. Project PetSoft/278 PetList Add Pet + Styling.mp4
25 MB
13. Project PetSoft/279 PetList Fetch Data.mp4
94 MB
13. Project PetSoft/280 Pet Type.mp4
20 MB
13. Project PetSoft/281 Pet Context.mp4
151 MB
13. Project PetSoft/282 TypeScript for Context API.mp4
26 MB
13. Project PetSoft/283 Update Selected Pet Id.mp4
44 MB
13. Project PetSoft/284 Selected Pet Styling.mp4
21 MB
13. Project PetSoft/285 Pet Details.mp4
98 MB
13. Project PetSoft/286 Pet Details Refactoring.mp4
58 MB
13. Project PetSoft/287 Tailwind Extend (Config).mp4
33 MB
13. Project PetSoft/288 Stats Component.mp4
18 MB
13. Project PetSoft/289 Project High-Level Overview.mp4
95 MB
13. Project PetSoft/290 Search Pets Feature.mp4
148 MB
13. Project PetSoft/291 Account Page.mp4
14 MB
13. Project PetSoft/292 Customize Reusable Components H1 + ContentBlock.mp4
59 MB
13. Project PetSoft/293 Pet Buttons for CRUD-Actions.mp4
136 MB
13. Project PetSoft/294 Checkout (Delete) a Pet.mp4
79 MB
13. Project PetSoft/295 Why Pet Button is a Client Component.mp4
21 MB
13. Project PetSoft/296 Dialog (Shadcn UI).mp4
152 MB
13. Project PetSoft/297 Add Pet pt. 1 (Pet Form).mp4
131 MB
13. Project PetSoft/298 Add Pet pt. 2.mp4
196 MB
13. Project PetSoft/299 Close Dialog.mp4
41 MB
13. Project PetSoft/300 Recap (High-Level Overview).mp4
23 MB
13. Project PetSoft/301 Edit Pet pt. 1 (Prefill Form).mp4
39 MB
13. Project PetSoft/302 Edit Pet pt. 2.mp4
94 MB
13. Project PetSoft/303 Add Database (Prisma Setup + Seed).mp4
150 MB
13. Project PetSoft/304 Get Data from Database (Prisma Client).mp4
35 MB
13. Project PetSoft/305 AddPet Server Action.mp4
130 MB
13. Project PetSoft/306 Action Instead of OnSubmit.mp4
70 MB
13. Project PetSoft/307 Cleanup Default Image.mp4
15 MB
13. Project PetSoft/308 revalidatePath in Server Actions.mp4
82 MB
13. Project PetSoft/309 Server Action Revalidation Overview.mp4
61 MB
13. Project PetSoft/310 Server Action Refactoring.mp4
21 MB
13. Project PetSoft/311 useFormStatus (Loading State).mp4
56 MB
13. Project PetSoft/312 Error State (Sonner Toast).mp4
79 MB
13. Project PetSoft/313 EditPet Server Action.mp4
62 MB
13. Project PetSoft/314 CheckoutPet Server Action.mp4
37 MB
13. Project PetSoft/315 useTransition for Server Actions (Loading State).mp4
28 MB
13. Project PetSoft/316 useOptimistic for Optimistic UI.mp4
257 MB
13. Project PetSoft/317 flushSync (advanced React).mp4
31 MB
13. Project PetSoft/318 Revert Optimistic Update.mp4
32 MB
13. Project PetSoft/319 Downsides of Optimistic UI.mp4
16 MB
13. Project PetSoft/320 Optimistic UI for Edit and Checkout.mp4
82 MB
13. Project PetSoft/321 Prisma Types (+ Remove Loading States).mp4
285 MB
13. Project PetSoft/322 React-Hook-Form (Setup).mp4
137 MB
13. Project PetSoft/323 Validation with Native React-Hook-Form.mp4
53 MB
13. Project PetSoft/324 Validation with Zod.mp4
138 MB
13. Project PetSoft/325 Infer TypeScript Type from Zod.mp4
13 MB
13. Project PetSoft/326 Zod Transform (Pet Default Image).mp4
42 MB
13. Project PetSoft/327 Cleanup Fix Image.mp4
30 MB
13. Project PetSoft/328 Zod on Server (Reuse Schema).mp4
120 MB
13. Project PetSoft/329 Unknown Type (Server Action Input Type).mp4
40 MB
13. Project PetSoft/330 Zod for Edit and Checkout.mp4
78 MB
13. Project PetSoft/331 Auth Pages (Nested Layout).mp4
27 MB
13. Project PetSoft/332 Finish Auth Pages.mp4
51 MB
13. Project PetSoft/333 Intro to Authentication.mp4
51 MB
13. Project PetSoft/334 JWT (JSON Web Tokens) and Cookies.mp4
79 MB
13. Project PetSoft/335 Session Concept.mp4
24 MB
13. Project PetSoft/336 Cookie vs Authorization Header (Bearer).mp4
21 MB
13. Project PetSoft/337 JWT Structure.mp4
24 MB
13. Project PetSoft/338 JWT vs Database Sessions.mp4
68 MB
13. Project PetSoft/339 Edge Network (Middleware).mp4
39 MB
13. Project PetSoft/340 Next-Auth vs Third-Party Auth (Kinde Auth).mp4
27 MB
13. Project PetSoft/341 Middleware in Next.js.mp4
67 MB
13. Project PetSoft/342 User Database Model.mp4
70 MB
13. Project PetSoft/343 Seed Database with User.mp4
89 MB
13. Project PetSoft/index (1).png
586 kB
13. Project PetSoft/index (2).png
585 kB
13. Project PetSoft/index (3).png
571 kB
13. Project PetSoft/index (4).png
572 kB
13. Project PetSoft/index (5).png
573 kB
13. Project PetSoft/index (6).png
588 kB
13. Project PetSoft/index (7).png
573 kB
13. Project PetSoft/index (8).png
628 kB
13. Project PetSoft/index (9).png
520 kB
13. Project PetSoft/index (10).png
564 kB
13. Project PetSoft/index (11).png
662 kB
13. Project PetSoft/index (12).png
608 kB
13. Project PetSoft Part 2/344 Auth Form Reusability.mp4
16 MB
13. Project PetSoft Part 2/345 Next-Auth Config.mp4
163 MB
13. Project PetSoft Part 2/346 Sign In with Next-Auth (Server Action).mp4
140 MB
13. Project PetSoft Part 2/347 Credentials Provider (Email Password) in Next-Auth.mp4
99 MB
13. Project PetSoft Part 2/348 Bcrypt Issue.mp4
42 MB
13. Project PetSoft Part 2/349 Generate Secret with OpenSSL.mp4
36 MB
13. Project PetSoft Part 2/350 Finish Login & Protect App.mp4
91 MB
13. Project PetSoft Part 2/351 PetForm Default Values.mp4
7.4 MB
13. Project PetSoft Part 2/352 Render User Email in UI.mp4
113 MB
13. Project PetSoft Part 2/353 Sign Out (Button + Server Action).mp4
99 MB
13. Project PetSoft Part 2/354 Redirect Rules.mp4
40 MB
13. Project PetSoft Part 2/355 Advanced Redirect Pattern.mp4
12 MB
13. Project PetSoft Part 2/356 Sign Up Functionality (Register).mp4
111 MB
13. Project PetSoft Part 2/357 Get Pets by User.mp4
98 MB
13. Project PetSoft Part 2/358 Change Token Type & Finish Data Fetching.mp4
65 MB
13. Project PetSoft Part 2/359 Create Pet By User.mp4
160 MB
13. Project PetSoft Part 2/360 Authorization (Deleting Pet).mp4
107 MB
13. Project PetSoft Part 2/361 Authorization (Editing Pet).mp4
38 MB
13. Project PetSoft Part 2/362 Utility Function (Checking Auth).mp4
28 MB
13. Project PetSoft Part 2/363 Finish Utility Fn & Change NextAuth Type.mp4
52 MB
13. Project PetSoft Part 2/364 Server Only Utilities.mp4
26 MB
13. Project PetSoft Part 2/365 Utility Functions (Getting Data).mp4
112 MB
13. Project PetSoft Part 2/366 NextAuth Route Handlers (GET, POST).mp4
119 MB
13. Project PetSoft Part 2/367 Auth Validation.mp4
223 MB
13. Project PetSoft Part 2/368 Finish Login Validation.mp4
71 MB
13. Project PetSoft Part 2/369 Sign Up Validation.mp4
95 MB
13. Project PetSoft Part 2/370 Fix TypeScript PetEssentials.mp4
48 MB
13. Project PetSoft Part 2/371 Try Catch (Prisma).mp4
8.8 MB
13. Project PetSoft Part 2/372 Prisma Specific Errors.mp4
32 MB
13. Project PetSoft Part 2/373 UseFormStatus for Auth Loading State.mp4
66 MB
13. Project PetSoft Part 2/374 UseFormState for Auth Error State.mp4
84 MB
13. Project PetSoft Part 2/375 Auth Error Handling.mp4
61 MB
13. Project PetSoft Part 2/376 NextJS Redirect Quirk.mp4
55 MB
13. Project PetSoft Part 2/377 Loading State for Logout (useTransition).mp4
25 MB
13. Project PetSoft Part 2/index 13.png
596 kB
13. Project PetSoft Part 2/index 14.png
525 kB
13. Project PetSoft Part 2/index 15.png
572 kB
13. Project PetSoft Part 2/index 16.png
520 kB
13. Project PetSoft Part 2/index 17.png
565 kB
13. Project PetSoft Part 3/378 Payments in NextJS Overview.mp4
71 MB
13. Project PetSoft Part 3/379 Payment Page.mp4
28 MB
13. Project PetSoft Part 3/380 Stripe Setup.mp4
79 MB
13. Project PetSoft Part 3/381 Checkout Session Redirect.mp4
196 MB
13. Project PetSoft Part 3/382 SearchParams after Payment.mp4
44 MB
13. Project PetSoft Part 3/383 Cancelled Payment SearchParams.mp4
8.3 MB
13. Project PetSoft Part 3/384 Checkout Session Loading State for Server Action (useTransition).mp4
17 MB
13. Project PetSoft Part 3/385 SearchParams Type.mp4
17 MB
13. Project PetSoft Part 3/386 Add hasAccess to Schema.mp4
67 MB
13. Project PetSoft Part 3/387 Add hasAccess to token.mp4
80 MB
13. Project PetSoft Part 3/388 Change Redirect Rules.mp4
49 MB
13. Project PetSoft Part 3/389 Stripe Webhooks.mp4
82 MB
13. Project PetSoft Part 3/390 Fulfill Order (Database Update).mp4
86 MB
13. Project PetSoft Part 3/391 Update JWT After Purchase.mp4
223 MB
13. Project PetSoft Part 3/392 Loading State for Updating JWT.mp4
38 MB
13. Project PetSoft Part 3/393 Verify Webhooks.mp4
100 MB
13. Project PetSoft Part 3/394 Finalize Redirect Rules.mp4
62 MB
13. Project PetSoft Part 3/395 Prepare for deployment.mp4
21 MB
13. Project PetSoft Part 3/396 Change SQLite to Vercel Postgres for Production.mp4
79 MB
13. Project PetSoft Part 3/397 Deploy to Vercel.mp4
208 MB
13. Project PetSoft Part 3/398 Separate Bcrypt Outside Edge.mp4
136 MB
13. Project PetSoft Part 3/399 Stripe in production.mp4
8.5 MB
14. Closing/THE END! Well done!.mp4
7.5 MB