TorBT - Torrents and Magnet Links Search Engine
Working with Data in React
- Date: 2025-03-11
- Size: 714 MB
- Files: 141
File Name
Size
01. Course Overview/01. Course Overview.mp4
6.6 MB
01. Course Overview/01. Course Overview.srt
1.9 kB
02. Understanding the Basic Data Patterns in React/01. Introduction.mp4
4.4 MB
02. Understanding the Basic Data Patterns in React/01. Introduction.srt
1.9 kB
02. Understanding the Basic Data Patterns in React/02. A Typical App Flow for First Render.mp4
12 MB
02. Understanding the Basic Data Patterns in React/02. A Typical App Flow for First Render.srt
4.3 kB
02. Understanding the Basic Data Patterns in React/03. A Typical App Flow UI Interaction.mp4
14 MB
02. Understanding the Basic Data Patterns in React/03. A Typical App Flow UI Interaction.srt
5.2 kB
02. Understanding the Basic Data Patterns in React/04. Using Component State to Handle Data Changes.mp4
8.0 MB
02. Understanding the Basic Data Patterns in React/04. Using Component State to Handle Data Changes.srt
4.5 kB
02. Understanding the Basic Data Patterns in React/05. Using Suspense and Server Components for Loading Data.mp4
9.3 MB
02. Understanding the Basic Data Patterns in React/05. Using Suspense and Server Components for Loading Data.srt
5.6 kB
02. Understanding the Basic Data Patterns in React/06. Server Action Replacing REST PUT Call.mp4
6.3 MB
02. Understanding the Basic Data Patterns in React/06. Server Action Replacing REST PUT Call.srt
2.8 kB
02. Understanding the Basic Data Patterns in React/07. What’s Coming in This Course.mp4
6.3 MB
02. Understanding the Basic Data Patterns in React/07. What’s Coming in This Course.srt
4.0 kB
02. Understanding the Basic Data Patterns in React/08. A Word About What Is React and What Is Next.js.mp4
4.5 MB
02. Understanding the Basic Data Patterns in React/08. A Word About What Is React and What Is Next.js.srt
2.4 kB
03. Working with Data in Pure Client (SPA) React Apps/01. Introduction.mp4
7.8 MB
03. Working with Data in Pure Client (SPA) React Apps/01. Introduction.srt
6.5 kB
03. Working with Data in Pure Client (SPA) React Apps/02. All Demos in GitHub Repository.mp4
5.7 MB
03. Working with Data in Pure Client (SPA) React Apps/02. All Demos in GitHub Repository.srt
2.1 kB
03. Working with Data in Pure Client (SPA) React Apps/03. Scaffolding the React App with Next.js.mp4
7.9 MB
03. Working with Data in Pure Client (SPA) React Apps/03. Scaffolding the React App with Next.js.srt
4.6 kB
03. Working with Data in Pure Client (SPA) React Apps/04. Launching the React App with Next.js and VS Code.mp4
7.6 MB
03. Working with Data in Pure Client (SPA) React Apps/04. Launching the React App with Next.js and VS Code.srt
4.9 kB
03. Working with Data in Pure Client (SPA) React Apps/05. A Big Gotcha with the App Router in Next.js.mp4
8.6 MB
03. Working with Data in Pure Client (SPA) React Apps/05. A Big Gotcha with the App Router in Next.js.srt
6.2 kB
03. Working with Data in Pure Client (SPA) React Apps/06. Rendering a Static List of Attendees with Loading State.mp4
14 MB
03. Working with Data in Pure Client (SPA) React Apps/06. Rendering a Static List of Attendees with Loading State.srt
7.8 kB
03. Working with Data in Pure Client (SPA) React Apps/07. Streamlining Style and Component Design in React.mp4
11 MB
03. Working with Data in Pure Client (SPA) React Apps/07. Streamlining Style and Component Design in React.srt
5.3 kB
03. Working with Data in Pure Client (SPA) React Apps/08. A Brief Review of TypeScript.mp4
8.2 MB
03. Working with Data in Pure Client (SPA) React Apps/08. A Brief Review of TypeScript.srt
5.6 kB
03. Working with Data in Pure Client (SPA) React Apps/09. Adding Proper TypeScript Typing to the React App.mp4
14 MB
03. Working with Data in Pure Client (SPA) React Apps/09. Adding Proper TypeScript Typing to the React App.srt
8.0 kB
03. Working with Data in Pure Client (SPA) React Apps/10. Adding Data Persistence with SQLite and Prisma.mp4
11 MB
03. Working with Data in Pure Client (SPA) React Apps/10. Adding Data Persistence with SQLite and Prisma.srt
6.1 kB
03. Working with Data in Pure Client (SPA) React Apps/11. Seeding SQLite with Data.mp4
11 MB
03. Working with Data in Pure Client (SPA) React Apps/11. Seeding SQLite with Data.srt
7.0 kB
03. Working with Data in Pure Client (SPA) React Apps/12. Replacing Static Data with REST and SQLite Calls.mp4
12 MB
03. Working with Data in Pure Client (SPA) React Apps/12. Replacing Static Data with REST and SQLite Calls.srt
6.4 kB
03. Working with Data in Pure Client (SPA) React Apps/13. Implement a REST Server in Node with API Router.mp4
9.6 MB
03. Working with Data in Pure Client (SPA) React Apps/13. Implement a REST Server in Node with API Router.srt
4.7 kB
03. Working with Data in Pure Client (SPA) React Apps/14. Updating the Speaker Component to Call REST Service.mp4
16 MB
03. Working with Data in Pure Client (SPA) React Apps/14. Updating the Speaker Component to Call REST Service.srt
5.9 kB
03. Working with Data in Pure Client (SPA) React Apps/15. Takeaways.mp4
3.3 MB
03. Working with Data in Pure Client (SPA) React Apps/15. Takeaways.srt
2.7 kB
04. Leveraging React Context for Data Including Forms Processing/01. Introduction.mp4
2.8 MB
04. Leveraging React Context for Data Including Forms Processing/01. Introduction.srt
2.0 kB
04. Leveraging React Context for Data Including Forms Processing/02. Create a Combined State Object.mp4
12 MB
04. Leveraging React Context for Data Including Forms Processing/02. Create a Combined State Object.srt
6.5 kB
04. Leveraging React Context for Data Including Forms Processing/03. Add Component Nesting to Allow for React Context.mp4
8.7 MB
04. Leveraging React Context for Data Including Forms Processing/03. Add Component Nesting to Allow for React Context.srt
4.1 kB
04. Leveraging React Context for Data Including Forms Processing/04. Create Dedicated Data Context from Existing State Management.mp4
19 MB
04. Leveraging React Context for Data Including Forms Processing/04. Create Dedicated Data Context from Existing State Management.srt
8.5 kB
04. Leveraging React Context for Data Including Forms Processing/05. Adding Layout, Navigation, Header, and a Footer.mp4
18 MB
04. Leveraging React Context for Data Including Forms Processing/05. Adding Layout, Navigation, Header, and a Footer.srt
9.4 kB
04. Leveraging React Context for Data Including Forms Processing/06. Adding a REST Implementation for a Second Table.mp4
12 MB
04. Leveraging React Context for Data Including Forms Processing/06. Adding a REST Implementation for a Second Table.srt
4.7 kB
04. Leveraging React Context for Data Including Forms Processing/07. Processing a REST POST with the Form Element.mp4
11 MB
04. Leveraging React Context for Data Including Forms Processing/07. Processing a REST POST with the Form Element.srt
4.8 kB
04. Leveraging React Context for Data Including Forms Processing/08. Enhancing the Form Processing UI.mp4
12 MB
04. Leveraging React Context for Data Including Forms Processing/08. Enhancing the Form Processing UI.srt
5.9 kB
04. Leveraging React Context for Data Including Forms Processing/09. Takeaways.mp4
2.4 MB
04. Leveraging React Context for Data Including Forms Processing/09. Takeaways.srt
2.0 kB
05. Using Suspense to Better Handle Async Data/01. Introducing Suspense for Data.mp4
10 MB
05. Using Suspense to Better Handle Async Data/01. Introducing Suspense for Data.srt
6.1 kB
05. Using Suspense to Better Handle Async Data/02. Comparing Suspense to Code without Suspense.mp4
14 MB
05. Using Suspense to Better Handle Async Data/02. Comparing Suspense to Code without Suspense.srt
6.1 kB
05. Using Suspense to Better Handle Async Data/03. Error Processing with Suspense.mp4
8.0 MB
05. Using Suspense to Better Handle Async Data/03. Error Processing with Suspense.srt
3.6 kB
05. Using Suspense to Better Handle Async Data/04. The React Hook “use” Is Canary Release.mp4
4.8 MB
05. Using Suspense to Better Handle Async Data/04. The React Hook “use” Is Canary Release.srt
2.9 kB
05. Using Suspense to Better Handle Async Data/05. Source Code Going Forward in This Module.mp4
11 MB
05. Using Suspense to Better Handle Async Data/05. Source Code Going Forward in This Module.srt
5.9 kB
05. Using Suspense to Better Handle Async Data/06. Data with Loading States Code Review.mp4
16 MB
05. Using Suspense to Better Handle Async Data/06. Data with Loading States Code Review.srt
7.5 kB
05. Using Suspense to Better Handle Async Data/07. Data with Client Components Suspense Code Review.mp4
10 MB
05. Using Suspense to Better Handle Async Data/07. Data with Client Components Suspense Code Review.srt
5.8 kB
05. Using Suspense to Better Handle Async Data/08. Nest Suspense Boundaries.mp4
14 MB
05. Using Suspense to Better Handle Async Data/08. Nest Suspense Boundaries.srt
7.3 kB
05. Using Suspense to Better Handle Async Data/09. Data with Server Suspense Code Review.mp4
7.3 MB
05. Using Suspense to Better Handle Async Data/09. Data with Server Suspense Code Review.srt
4.3 kB
05. Using Suspense to Better Handle Async Data/10. Takeaways.mp4
1.5 MB
05. Using Suspense to Better Handle Async Data/10. Takeaways.srt
1.2 kB
06. Implementing Enterprise App Features Involving Data/01. Introduction.mp4
6.3 MB
06. Implementing Enterprise App Features Involving Data/01. Introduction.srt
3.7 kB
06. Implementing Enterprise App Features Involving Data/02. Adding Login Authentication.mp4
11 MB
06. Implementing Enterprise App Features Involving Data/02. Adding Login Authentication.srt
5.2 kB
06. Implementing Enterprise App Features Involving Data/03. Implementing Authentication into Our React App.mp4
15 MB
06. Implementing Enterprise App Features Involving Data/03. Implementing Authentication into Our React App.srt
6.4 kB
06. Implementing Enterprise App Features Involving Data/04. Adding Event Processing with a Speaker Favorite Toggle.mp4
16 MB
06. Implementing Enterprise App Features Involving Data/04. Adding Event Processing with a Speaker Favorite Toggle.srt
6.6 kB
06. Implementing Enterprise App Features Involving Data/05. Nested Context Providers and Implementing General Search.mp4
14 MB
06. Implementing Enterprise App Features Involving Data/05. Nested Context Providers and Implementing General Search.srt
6.5 kB
06. Implementing Enterprise App Features Involving Data/06. Implement Modal Dialog for Updates.mp4
18 MB
06. Implementing Enterprise App Features Involving Data/06. Implement Modal Dialog for Updates.srt
7.9 kB
06. Implementing Enterprise App Features Involving Data/07. Create a Two Step Wizard Sign-up Form.mp4
8.5 MB
06. Implementing Enterprise App Features Involving Data/07. Create a Two Step Wizard Sign-up Form.srt
4.4 kB
06. Implementing Enterprise App Features Involving Data/08. Animating Loading Status Rendering.mp4
6.7 MB
06. Implementing Enterprise App Features Involving Data/08. Animating Loading Status Rendering.srt
3.0 kB
06. Implementing Enterprise App Features Involving Data/09. Loading Data with Server Components and Suspense.mp4
20 MB
06. Implementing Enterprise App Features Involving Data/09. Loading Data with Server Components and Suspense.srt
9.9 kB
06. Implementing Enterprise App Features Involving Data/10. Takeaways.mp4
1.5 MB
06. Implementing Enterprise App Features Involving Data/10. Takeaways.srt
1.3 kB
07. Updating Data with Server Actions/01. Introduction.mp4
6.6 MB
07. Updating Data with Server Actions/01. Introduction.srt
5.6 kB
07. Updating Data with Server Actions/02. Form Action Basics.mp4
5.8 MB
07. Updating Data with Server Actions/02. Form Action Basics.srt
3.9 kB
07. Updating Data with Server Actions/03. Comparing Server Actions to REST.mp4
3.2 MB
07. Updating Data with Server Actions/03. Comparing Server Actions to REST.srt
2.7 kB
07. Updating Data with Server Actions/04. Responding to a Form POST with a Server Action.mp4
12 MB
07. Updating Data with Server Actions/04. Responding to a Form POST with a Server Action.srt
7.8 kB
07. Updating Data with Server Actions/05. Separating Server Actions into Their Own Files.mp4
7.5 MB
07. Updating Data with Server Actions/05. Separating Server Actions into Their Own Files.srt
3.9 kB
07. Updating Data with Server Actions/06. Calling a Server Action from a Client Component.mp4
11 MB
07. Updating Data with Server Actions/06. Calling a Server Action from a Client Component.srt
6.1 kB
07. Updating Data with Server Actions/07. Returning Data from Server Actions.mp4
19 MB
07. Updating Data with Server Actions/07. Returning Data from Server Actions.srt
10 kB
07. Updating Data with Server Actions/08. Revisiting React Form Basics and Clearing Data.mp4
5.9 MB
07. Updating Data with Server Actions/08. Revisiting React Form Basics and Clearing Data.srt
2.4 kB
07. Updating Data with Server Actions/09. Returning Success and Errors from Server Actions.mp4
18 MB
07. Updating Data with Server Actions/09. Returning Success and Errors from Server Actions.srt
9.4 kB
07. Updating Data with Server Actions/10. Calling Server Actions Directly.mp4
4.6 MB
07. Updating Data with Server Actions/10. Calling Server Actions Directly.srt
3.7 kB
07. Updating Data with Server Actions/11. Implementing Directly Calling Server Actions.mp4
17 MB
07. Updating Data with Server Actions/11. Implementing Directly Calling Server Actions.srt
6.8 kB
07. Updating Data with Server Actions/12. Improving Server Action UI Performance.mp4
7.6 MB
07. Updating Data with Server Actions/12. Improving Server Action UI Performance.srt
3.5 kB
07. Updating Data with Server Actions/13. Motivation for Runtime Data Validation in Server Actions.mp4
3.3 MB
07. Updating Data with Server Actions/13. Motivation for Runtime Data Validation in Server Actions.srt
2.3 kB
07. Updating Data with Server Actions/14. Adding Zod Runtime Validation to a Server Action.mp4
9.9 MB
07. Updating Data with Server Actions/14. Adding Zod Runtime Validation to a Server Action.srt
4.7 kB
07. Updating Data with Server Actions/15. Replacing REST Calls with Server Actions for Speaker Updates.mp4
23 MB
07. Updating Data with Server Actions/15. Replacing REST Calls with Server Actions for Speaker Updates.srt
7.2 kB
07. Updating Data with Server Actions/16. Takeaway.mp4
2.9 MB
07. Updating Data with Server Actions/16. Takeaway.srt
2.3 kB
08. Course Takeaways/01. Takeaways.mp4
3.3 MB
08. Course Takeaways/01. Takeaways.srt
2.8 kB
react-working-data.zip
25 MB