TorBT - Torrents and Magnet Links Search Engine
Code with Mosh - React 18 for Beginners
- Date: 2025-01-11
- Size: 1.6 GB
- Files: 149
File Name
Size
1 - Getting Started/01 - Welcome.mp4
19 MB
1 - Getting Started/02 - Prerequisites.mp4
1.3 MB
1 - Getting Started/03 - Source Code.pdf
13 kB
1 - Getting Started/04 - Questions and Support.pdf
16 kB
1 - Getting Started/05 - Connect with Me.pdf
18 kB
1 - Getting Started/06 - Learning Paths.pdf
16 kB
2 - Getting Started with React/01 - What is React.mp4
18 MB
2 - Getting Started with React/02 - Setting Up the Development Environment.mp4
3.9 MB
2 - Getting Started with React/03 - Creating a React App.mp4
5.9 MB
2 - Getting Started with React/04 - Project Structure.mp4
5.9 MB
2 - Getting Started with React/05 - Creating a React Component.mp4
12 MB
2 - Getting Started with React/06 - How React Works.mp4
5.1 MB
2 - Getting Started with React/07 - React Ecosystem.mp4
10 MB
2 - Getting Started with React/08 - Summary.pdf
43 kB
2 - Getting Started with React/Side Note - My VSCode Theme.txt
217 B
3 - Building Components/01 - Introduction.mp4
5.9 MB
3 - Building Components/02 - Creating a ListGroup Component.mp4
16 MB
3 - Building Components/03 - Fragments.mp4
9.1 MB
3 - Building Components/04 - Rendering Lists.mp4
11 MB
3 - Building Components/05 - Conditional Rendering.mp4
14 MB
3 - Building Components/06 - Handling Events.mp4
18 MB
3 - Building Components/07 - Managing State.mp4
17 MB
3 - Building Components/08 - Passing Data via Props.mp4
11 MB
3 - Building Components/09 - Passing Functions via Props.mp4
11 MB
3 - Building Components/10 - State vs Props.mp4
3.3 MB
3 - Building Components/11 - Passing Children.mp4
14 MB
3 - Building Components/12 - Inspecting Components with React Dev Tools.mp4
4.5 MB
3 - Building Components/13 - Exercise - Building a Button Component.mp4
20 MB
3 - Building Components/14 - Exercise - Showing an Alert.mp4
14 MB
3 - Building Components/15 - Summary.pdf
356 kB
4 - Styling Components/01 - Introduction.mp4
5.3 MB
4 - Styling Components/02 - Vanilla CSS.mp4
11 MB
4 - Styling Components/03 - CSS Modules.mp4
11 MB
4 - Styling Components/04 - CSS in JS.mp4
24 MB
4 - Styling Components/05 - Separation of Concerns.mp4
9.6 MB
4 - Styling Components/06 - Inline Styles.mp4
2.9 MB
4 - Styling Components/07 - Popular UI Libraries.mp4
7.1 MB
4 - Styling Components/08 - Adding Icons.mp4
4.8 MB
4 - Styling Components/09 - Exercise - Using CSS Modules.mp4
8.0 MB
4 - Styling Components/10 - Building a Like Component.mp4
16 MB
4 - Styling Components/11 - Summary.pdf
227 kB
5 - Managing Component State/01 - Introduction.mp4
5.5 MB
5 - Managing Component State/02 - Understanding the State Hook.mp4
11 MB
5 - Managing Component State/03 - Choosing the State Structure.mp4
7.8 MB
5 - Managing Component State/04 - Keeping Components Pure.mp4
3.8 MB
5 - Managing Component State/05 - Understanding the Strict Mode.mp4
5.7 MB
5 - Managing Component State/06 - Updating Objects.mp4
6.1 MB
5 - Managing Component State/07 - Updating Nested Objects.mp4
5.9 MB
5 - Managing Component State/08 - Updating Arrays.mp4
5.5 MB
5 - Managing Component State/09 - Updating Array of Objects.mp4
4.1 MB
5 - Managing Component State/10 - Simplifying Update Logic with Immer.mp4
8.2 MB
5 - Managing Component State/11 - Sharing State between Components.mp4
16 MB
5 - Managing Component State/12 - Exercise - Updating State.mp4
14 MB
5 - Managing Component State/13 - Exercise - Building an ExpandableText Component.mp4
20 MB
5 - Managing Component State/14 - Summary.pdf
393 kB
6 - Building Forms/01 - Introduction.mp4
5.6 MB
6 - Building Forms/02 - Building a Form.mp4
9.5 MB
6 - Building Forms/03 - Handling Form Submission.mp4
7.2 MB
6 - Building Forms/04 - Accessing Input Fields.mp4
19 MB
6 - Building Forms/05 - Controlled Components.mp4
16 MB
6 - Building Forms/06 - Managing Forms with React Hook Form.mp4
15 MB
6 - Building Forms/07 - Applying Validation.mp4
18 MB
6 - Building Forms/08 - Schema based Validation with Zod.mp4
21 MB
6 - Building Forms/09 - Disabling the Submit Button.mp4
2.9 MB
6 - Building Forms/10 - Project - Expense Tracker.mp4
3.2 MB
6 - Building Forms/11 - Building ExpenseList.mp4
31 MB
6 - Building Forms/12 - Building ExpenseFilter.mp4
20 MB
6 - Building Forms/13 - Building the Expense Form.mp4
18 MB
6 - Building Forms/14 - Integrating with React Hook Form and Zod.mp4
39 MB
6 - Building Forms/15 - Adding an Expense.mp4
13 MB
6 - Building Forms/16 - Summary.pdf
1.4 MB
7 - Connecting to the Backend/01 - Introduction.mp4
6.4 MB
7 - Connecting to the Backend/02 - Understanding the Effect Hook.mp4
9.3 MB
7 - Connecting to the Backend/03 - Effect Dependencies.mp4
23 MB
7 - Connecting to the Backend/04 - Effect Clean Up.mp4
5.7 MB
7 - Connecting to the Backend/05 - Fetching Data.mp4
17 MB
7 - Connecting to the Backend/06 - Understanding HTTP Requests.mp4
8.9 MB
7 - Connecting to the Backend/07 - Handling Errors.mp4
6.9 MB
7 - Connecting to the Backend/08 - Working with Async and Await.mp4
15 MB
7 - Connecting to the Backend/09 - Cancelling a Fetch Request.mp4
7.9 MB
7 - Connecting to the Backend/10 - Showing a Loading Indicator.mp4
10 MB
7 - Connecting to the Backend/11 - Deleting Data.mp4
20 MB
7 - Connecting to the Backend/12 - Creating Data.mp4
18 MB
7 - Connecting to the Backend/13 - Updating Data.mp4
20 MB
7 - Connecting to the Backend/14 - Extracting a Reusable API Client.mp4
13 MB
7 - Connecting to the Backend/15 - Extracting the User Service.mp4
30 MB
7 - Connecting to the Backend/16 - Creating a Generic HTTP Service.mp4
26 MB
7 - Connecting to the Backend/17 - Creating a Custom Data Fetching Hook.mp4
13 MB
7 - Connecting to the Backend/18 - Summary.pdf
264 kB
8 - Project - Building a Video Game Discovery App/01 - What We'll Build.mp4
8.0 MB
8 - Project - Building a Video Game Discovery App/02 - Source Code.pdf
13 kB
8 - Project - Building a Video Game Discovery App/02.1 - Up for a Challenge.pdf
17 kB
8 - Project - Building a Video Game Discovery App/03 - Setting Up the Project.mp4
3.7 MB
8 - Project - Building a Video Game Discovery App/04 - Installing Chakra UI.mp4
15 MB
8 - Project - Building a Video Game Discovery App/05 - Creating a Responsive Layout.mp4
12 MB
8 - Project - Building a Video Game Discovery App/06 - Building the Navigation Bar.mp4
9.5 MB
8 - Project - Building a Video Game Discovery App/07 - Implementing the Dark Mode.mp4
8.2 MB
8 - Project - Building a Video Game Discovery App/08 - Building the Color Mode Switch.mp4
11 MB
8 - Project - Building a Video Game Discovery App/09 - Fetching the Games.mp4
28 MB
8 - Project - Building a Video Game Discovery App/09.1 - Secure API Key Management.pdf
20 kB
8 - Project - Building a Video Game Discovery App/10 - Creating a Custom Hook for Fetching Games.mp4
17 MB
8 - Project - Building a Video Game Discovery App/11 - Building Game Cards.mp4
22 MB
8 - Project - Building a Video Game Discovery App/12 - Displaying Platform Icons.mp4
48 MB
8 - Project - Building a Video Game Discovery App/13 - Displaying Critic Score.mp4
18 MB
8 - Project - Building a Video Game Discovery App/14 - Getting Optimized Images.mp4
15 MB
8 - Project - Building a Video Game Discovery App/15 - Improving User Experience with Loading Skeletons.mp4
21 MB
8 - Project - Building a Video Game Discovery App/16 - Refactor - Removing Duplicated Styles.mp4
9.6 MB
8 - Project - Building a Video Game Discovery App/17 - Fetching the Genres.mp4
17 MB
8 - Project - Building a Video Game Discovery App/18 - Creating a Generic Data Fetching Hook.mp4
25 MB
8 - Project - Building a Video Game Discovery App/19 - Displaying the Genres.mp4
35 MB
8 - Project - Building a Video Game Discovery App/20 - Showing a Spinner.mp4
6.5 MB
8 - Project - Building a Video Game Discovery App/21 - Filtering Games by Genre.mp4
49 MB
8 - Project - Building a Video Game Discovery App/22 - Highlighting the Selected Genre.mp4
7.1 MB
8 - Project - Building a Video Game Discovery App/23 - Building Platform Selector.mp4
17 MB
8 - Project - Building a Video Game Discovery App/24 - Filtering Games by Platform.mp4
26 MB
8 - Project - Building a Video Game Discovery App/25 - Refactoring - Extracting a Query Object.mp4
19 MB
8 - Project - Building a Video Game Discovery App/26 - Building Sort Selector.mp4
12 MB
8 - Project - Building a Video Game Discovery App/27 - Sorting Games.mp4
33 MB
8 - Project - Building a Video Game Discovery App/28 - Handling Games without an Image.mp4
3.8 MB
8 - Project - Building a Video Game Discovery App/29 - Fixing the Issue with Chakra Menus.mp4
6.9 MB
8 - Project - Building a Video Game Discovery App/30 - Building Search Input.mp4
10 MB
8 - Project - Building a Video Game Discovery App/31 - Searching Games.mp4
24 MB
8 - Project - Building a Video Game Discovery App/32 - Adding a Dynamic Heading.mp4
17 MB
8 - Project - Building a Video Game Discovery App/33 - Cleaning Up the Genres.mp4
11 MB
8 - Project - Building a Video Game Discovery App/34 - Cleaning Up the Game Cards.mp4
6.0 MB
8 - Project - Building a Video Game Discovery App/35 - Adding Emojis.mp4
18 MB
8 - Project - Building a Video Game Discovery App/36 - Shipping Static Data.mp4
12 MB
8 - Project - Building a Video Game Discovery App/37 - Customizing the Chakra Theme.mp4
8.9 MB
8 - Project - Building a Video Game Discovery App/38 - Refactoring Game Grid.mp4
3.2 MB
8 - Project - Building a Video Game Discovery App/39 - Building for Production.mp4
7.7 MB
8 - Project - Building a Video Game Discovery App/40 - Deploying to Vercel.mp4
18 MB
8 - Project - Building a Video Game Discovery App/41 - Course Wrap Up.mp4
6.1 MB
8 - Project - Building a Video Game Discovery App/42 - Course Summary.pdf
3.2 MB
8 - Project - Building a Video Game Discovery App/43 - What-s Next.pdf
20 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/.DS_Store
8.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/._.DS_Store
4.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/._Emojis
4.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/._Image Placeholder
4.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/._Logo
4.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/Emojis/._bulls-eye.webp
4.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/Emojis/._meh.webp
4.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/Emojis/._thumbs-up.webp
4.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/Emojis/bulls-eye.webp
4.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/Emojis/meh.webp
6.7 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/Emojis/thumbs-up.webp
3.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/Image Placeholder/._no-image-placeholder-6f3882e0.webp
4.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/Image Placeholder/no-image-placeholder-6f3882e0.webp
20 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/Logo/._logo.webp
4.0 kB
8 - Project - Building a Video Game Discovery App/GameHub Resources/Logo/logo.webp
8.1 kB