FileMood

Download [04-2022] react-the-complete-guide-incl-redux

04 2022 react the complete guide incl redux

Name

[04-2022] react-the-complete-guide-incl-redux

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

23.5 GB

Total Files

1097

Hash

3235C10B678FC84E1D2EBB331D8AF0042009D5CF

/01 Getting Started/

001 Welcome To The Course!.en_US.srt

2.0 KB

001 Welcome To The Course!.mp4

39.4 MB

002 What is React.js_.en_US.srt

6.4 KB

002 What is React.js_.mp4

57.9 MB

003 Vanilla-JavaScript-vs-React-Example-Code-.txt

0.1 KB

003 Why React Instead Of _Just JavaScript__.en_US.srt

11.9 KB

003 Why React Instead Of _Just JavaScript__.mp4

45.3 MB

004 Building Single-Page Applications (SPAs) with React.en_US.srt

2.4 KB

004 Building Single-Page Applications (SPAs) with React.mp4

18.1 MB

005 Exploring React.js Alternatives (Angular _ Vue).en_US.srt

5.4 KB

005 Exploring React.js Alternatives (Angular _ Vue).mp4

11.9 MB

005 React-vs-Angular-vs-Vue-Comparison-Deep-Dive-.txt

0.1 KB

006 Join our Online Learning Community.html

1.3 KB

007 About This Course & Course Outline.en_US.srt

13.2 KB

007 About This Course & Course Outline.mp4

25.4 MB

008 Jump-ahead-to-the-React.js-Summary-.txt

0.1 KB

008 The Two Ways (Paths) Of Taking This Course.en_US.srt

6.7 KB

008 The Two Ways (Paths) Of Taking This Course.mp4

14.2 MB

009 Getting The Most Out Of This Course.en_US.srt

6.1 KB

009 Getting The Most Out Of This Course.mp4

10.6 MB

010 Setting Up The Course Dev Environment (Code Editor).en_US.srt

7.8 KB

010 Setting Up The Course Dev Environment (Code Editor).mp4

24.4 MB

/02 JavaScript Refresher/

011 Module Introduction.en_US.srt

2.1 KB

011 Module Introduction.mp4

2.5 MB

012 Understanding _let_ and _const_.en_US.srt

3.9 KB

012 Understanding _let_ and _const_.mp4

7.1 MB

013 Arrow Functions.en_US.srt

6.7 KB

013 Arrow Functions.mp4

13.1 MB

014 Exports and Imports.en_US.srt

5.9 KB

014 Exports and Imports.mp4

14.5 MB

015 Understanding Classes.en_US.srt

5.8 KB

015 Understanding Classes.mp4

16.5 MB

016 Classes, Properties and Methods.en_US.srt

4.0 KB

016 Classes, Properties and Methods.mp4

9.4 MB

017 The Spread & Rest Operator.en_US.srt

8.2 KB

017 The Spread & Rest Operator.mp4

16.3 MB

018 Destructuring.en_US.srt

4.1 KB

018 Destructuring.mp4

8.1 MB

019 Reference and Primitive Types Refresher.en_US.srt

5.4 KB

019 Reference and Primitive Types Refresher.mp4

12.2 MB

020 Refreshing Array Functions.en_US.srt

3.5 KB

020 Refreshing Array Functions.mp4

7.2 MB

021 Wrap Up.en_US.srt

1.3 KB

021 Wrap Up.mp4

1.4 MB

022 Next-Gen JavaScript - Summary.html

10.2 KB

022 next-gen-js-summary.pdf

76.0 KB

023 JS Array Functions.html

3.4 KB

/03 React Basics & Working With Components/

024 Module Introduction.en_US.srt

5.5 KB

024 Module Introduction.mp4

8.6 MB

025 What Are Components_ And Why Is React All About Them_.en_US.srt

10.2 KB

025 What Are Components_ And Why Is React All About Them_.mp4

32.4 MB

026 React Code Is Written In A _Declarative Way_!.en_US.srt

5.3 KB

026 React Code Is Written In A _Declarative Way_!.mp4

10.1 MB

027 A Note About New React Projects & NodeJS.html

1.1 KB

028 01-starting-setup.zip

27.4 KB

028 Creating a new React Project.en_US.srt

18.6 KB

028 Creating a new React Project.mp4

85.7 MB

028 Section-Code-Snapshots-Github-Link-.txt

0.1 KB

029 01-starting-setup.zip

27.4 KB

029 Section-Code-Snapshots.txt

0.1 KB

029 The Starting Project.html

0.8 KB

030 Analyzing a Standard React Project.en_US.srt

19.9 KB

030 Analyzing a Standard React Project.mp4

158.9 MB

031 Introducing JSX.en_US.srt

5.9 KB

031 Introducing JSX.mp4

16.8 MB

032 How React Works.en_US.srt

6.3 KB

032 How React Works.mp4

20.8 MB

033 Building a First Custom Component.en_US.srt

13.2 KB

033 Building a First Custom Component.mp4

34.1 MB

034 Writing More Complex JSX Code.en_US.srt

8.6 KB

034 Writing More Complex JSX Code.mp4

24.7 MB

035 Adding Basic CSS Styling.en_US.srt

6.7 KB

035 Adding Basic CSS Styling.mp4

20.4 MB

035 ExpenseItem.css-Code.txt

0.1 KB

036 Outputting Dynamic Data & Working with Expressions in JSX.en_US.srt

12.1 KB

036 Outputting Dynamic Data & Working with Expressions in JSX.mp4

105.0 MB

037 expenses.txt-File.txt

0.1 KB

037 Passing Data via _props_.en_US.srt

18.2 KB

037 Passing Data via _props_.mp4

86.0 MB

038 Adding _normal_ JavaScript Logic to Components.en_US.srt

8.4 KB

038 Adding _normal_ JavaScript Logic to Components.mp4

67.1 MB

039 ExpenseDate.css-Code.txt

0.1 KB

039 Splitting Components Into Multiple Components.en_US.srt

15.7 KB

039 Splitting Components Into Multiple Components.mp4

65.8 MB

040 The Concept of _Composition_ (_children props_).en_US.srt

18.9 KB

040 The Concept of _Composition_ (_children props_).mp4

87.1 MB

040 [assignment] Time to Practice_ React & Component Basics.mp4

24.5 MB

040 [assignment_info] Time to Practice_ React & Component Basics.html

2.8 KB

040 [assignment_solution] Time to Practice_ React & Component Basics.mp4

69.1 MB

041 A First Summary.en_US.srt

5.9 KB

041 A First Summary.mp4

19.5 MB

042 A Closer Look At JSX.en_US.srt

14.0 KB

042 A Closer Look At JSX.mp4

104.5 MB

043 Organizing Component Files.en_US.srt

4.5 KB

043 Organizing Component Files.mp4

19.4 MB

044 An Alternative Function Syntax.en_US.srt

4.0 KB

044 An Alternative Function Syntax.mp4

14.8 MB

044 More-on-JavaScript-Arrow-Functions.txt

0.1 KB

045 Module Resources.html

1.3 KB

045 [quiz] Learning Check_ React Basics, Components, Props & JSX.html

22.6 KB

/04 React State & Working with Events/

046 Module Introduction.en_US.srt

3.6 KB

046 Module Introduction.mp4

9.5 MB

047 Listening to Events & Working with Event Handlers.en_US.srt

14.5 KB

047 Listening to Events & Working with Event Handlers.mp4

107.5 MB

048 How Component Functions Are Executed.en_US.srt

8.8 KB

048 How Component Functions Are Executed.mp4

69.3 MB

049 Working with _State_.en_US.srt

16.1 KB

049 Working with _State_.mp4

136.6 MB

050 A Closer Look at the _useState_ Hook.en_US.srt

11.4 KB

050 A Closer Look at the _useState_ Hook.mp4

58.1 MB

051 State can be updated in many ways!.html

1.0 KB

052 Adding Form Inputs.en_US.srt

14.3 KB

052 Adding Form Inputs.mp4

56.3 MB

052 ExpenseForm.css-Code.txt

0.1 KB

052 NewExpense.css-Code.txt

0.1 KB

053 Listening to User Input.en_US.srt

7.6 KB

053 Listening to User Input.mp4

62.3 MB

054 Working with Multiple States.en_US.srt

10.1 KB

054 Working with Multiple States.mp4

46.4 MB

055 Using One State Instead (And What's Better).en_US.srt

8.3 KB

055 Using One State Instead (And What's Better).mp4

33.5 MB

056 Updating State That Depends On The Previous State.en_US.srt

7.4 KB

056 Updating State That Depends On The Previous State.mp4

31.7 MB

057 Handling Form Submission.en_US.srt

8.8 KB

057 Handling Form Submission.mp4

40.1 MB

058 Adding Two-Way Binding.en_US.srt

4.1 KB

058 Adding Two-Way Binding.mp4

19.9 MB

059 Child-to-Parent Component Communication (Bottom-up).en_US.srt

20.2 KB

059 Child-to-Parent Component Communication (Bottom-up).mp4

109.3 MB

060 Lifting The State Up.en_US.srt

9.6 KB

060 Lifting The State Up.mp4

54.4 MB

061 Controlled vs Uncontrolled Components & Stateless vs Stateful Components.en_US.srt

7.8 KB

061 Controlled vs Uncontrolled Components & Stateless vs Stateful Components.mp4

67.5 MB

061 [assignment] Time to Practice_ Working with Events & State.mp4

17.9 MB

061 [assignment_info] Time to Practice_ Working with Events & State.html

2.7 KB

061 [assignment_solution] Time to Practice_ Working with Events & State.mp4

92.6 MB

062 Module Resources.html

1.3 KB

062 [quiz] Learning Check_ Working with Events & State.html

20.8 KB

/05 Rendering Lists & Conditional Content/

063 Module Introduction.en_US.srt

1.2 KB

063 Module Introduction.mp4

1.7 MB

064 Rendering Lists of Data.en_US.srt

10.3 KB

064 Rendering Lists of Data.mp4

56.3 MB

065 Using Stateful Lists.en_US.srt

6.5 KB

065 Using Stateful Lists.mp4

53.2 MB

066 Understanding _Keys_.en_US.srt

10.7 KB

066 Understanding _Keys_.mp4

79.0 MB

067 Outputting Conditional Content.en_US.srt

9.8 KB

067 Outputting Conditional Content.mp4

44.6 MB

067 [assignment] Time to Practice_ Working with Lists.mp4

4.8 MB

067 [assignment_info] Time to Practice_ Working with Lists.html

1.8 KB

067 [assignment_solution] Time to Practice_ Working with Lists.mp4

49.4 MB

068 Adding Conditional Return Statements.en_US.srt

7.6 KB

068 Adding Conditional Return Statements.mp4

28.2 MB

068 ExpensesList.css-Code.txt

0.1 KB

069 Chart.css-Code.txt

0.1 KB

069 ChartBar.css-Code.txt

0.1 KB

069 Demo App_ Adding a Chart.en_US.srt

10.5 KB

069 Demo App_ Adding a Chart.mp4

36.3 MB

069 [assignment] Time to Practice_ Conditional Content.mp4

3.2 MB

069 [assignment_info] Time to Practice_ Conditional Content.html

1.8 KB

069 [assignment_solution] Time to Practice_ Conditional Content.mp4

55.4 MB

070 Adding Dynamic Styles.en_US.srt

9.9 KB

070 Adding Dynamic Styles.mp4

36.9 MB

071 Wrap Up & Next Steps.en_US.srt

16.5 KB

071 Wrap Up & Next Steps.mp4

159.9 MB

072 Fixing a Small Bug.html

1.2 KB

073 Module Resources.html

1.3 KB

073 [quiz] Learning Check_ Outputting Lists & Conditional Content.html

7.4 KB

/06 Styling React Components/

074 01-starting-project.zip

40.2 KB

074 Module Introduction.en_US.srt

5.7 KB

074 Module Introduction.mp4

14.4 MB

075 Setting Dynamic Inline Styles.en_US.srt

14.9 KB

075 Setting Dynamic Inline Styles.mp4

56.2 MB

076 Setting CSS Classes Dynamically.en_US.srt

7.6 KB

076 Setting CSS Classes Dynamically.mp4

31.5 MB

077 Introducing Styled Components.en_US.srt

15.5 KB

077 Introducing Styled Components.mp4

103.7 MB

078 Styled Components & Dynamic Props.en_US.srt

13.3 KB

078 Styled Components & Dynamic Props.mp4

98.4 MB

079 Styled Components & Media Queries.en_US.srt

4.0 KB

079 Styled Components & Media Queries.mp4

17.1 MB

080 Using CSS Modules.en_US.srt

10.4 KB

080 Using CSS Modules.mp4

75.8 MB

081 Dynamic Styles with CSS Modules.en_US.srt

8.9 KB

081 Dynamic Styles with CSS Modules.mp4

42.6 MB

082 Module Resources.html

1.3 KB

/07 Debugging React Apps/

083 Module Introduction.en_US.srt

2.3 KB

083 Module Introduction.mp4

3.1 MB

084 01-starting-project.zip

29.0 KB

084 Understanding React Error Messages.en_US.srt

9.5 KB

084 Understanding React Error Messages.mp4

36.5 MB

085 Analyzing Code Flow & Warnings.en_US.srt

9.4 KB

085 Analyzing Code Flow & Warnings.mp4

69.1 MB

086 Working with Breakpoints.en_US.srt

10.6 KB

086 Working with Breakpoints.mp4

44.2 MB

087 Using the React DevTools.en_US.srt

11.0 KB

087 Using the React DevTools.mp4

30.7 MB

088 Module Resources.html

1.3 KB

/08 Time to Practice_ A Complete Practice Project/

089 Module Introduction.en_US.srt

5.0 KB

089 Module Introduction.mp4

5.3 MB

090 01-starting-project.zip

22.5 KB

090 Adding a _User_ Component.en_US.srt

10.7 KB

090 Adding a _User_ Component.mp4

35.3 MB

091 Adding a re-usable _Card_ Component.en_US.srt

13.1 KB

091 Adding a re-usable _Card_ Component.mp4

80.5 MB

091 AddUser.module.css-Code.txt

0.1 KB

092 Adding a re-usable _Button_ Component.en_US.srt

6.4 KB

092 Adding a re-usable _Button_ Component.mp4

20.4 MB

092 Button.module.css-Code.txt

0.1 KB

093 Managing the User Input State.en_US.srt

7.9 KB

093 Managing the User Input State.mp4

36.2 MB

094 Adding Validation & Resetting Logic.en_US.srt

7.0 KB

094 Adding Validation & Resetting Logic.mp4

28.3 MB

095 Adding a Users List Component.en_US.srt

16.3 KB

095 Adding a Users List Component.mp4

71.8 MB

095 UsersList.module.css-Code.txt

0.1 KB

096 Managing a List Of Users via State.en_US.srt

14.5 KB

096 Managing a List Of Users via State.mp4

58.5 MB

097 Adding The _ErrorModal_ Component.en_US.srt

14.6 KB

097 Adding The _ErrorModal_ Component.mp4

56.5 MB

097 ErrorModal.module.css-Code.txt

0.1 KB

098 Managing the Error State.en_US.srt

13.0 KB

098 Managing the Error State.mp4

68.4 MB

099 Module Resources.html

1.3 KB

/09 Diving Deeper_ Working with Fragments, Portals & _Refs_/

100 Module Introduction.en_US.srt

1.2 KB

100 Module Introduction.mp4

1.8 MB

101 01-starting-project.zip

29.1 KB

101 JSX Limitations & Workarounds.en_US.srt

13.7 KB

101 JSX Limitations & Workarounds.mp4

42.2 MB

102 Creating a Wrapper Component.en_US.srt

6.2 KB

102 Creating a Wrapper Component.mp4

29.0 MB

103 React Fragments.en_US.srt

4.4 KB

103 React Fragments.mp4

16.4 MB

104 Introducing React Portals.en_US.srt

6.9 KB

104 Introducing React Portals.mp4

16.5 MB

105 Working with Portals.en_US.srt

18.8 KB

105 Working with Portals.mp4

100.9 MB

106 Working with _ref_s.en_US.srt

18.3 KB

106 Working with _ref_s.mp4

93.3 MB

107 Controlled vs Uncontrolled Components.en_US.srt

4.8 KB

107 Controlled vs Uncontrolled Components.mp4

24.6 MB

108 Module Resources.html

1.3 KB

/10 Advanced_ Handling Side Effects, Using Reducers & Using the Context API/

109 Module Introduction.en_US.srt

2.2 KB

109 Module Introduction.mp4

3.7 MB

110 What are _Side Effects_ & Introducing useEffect.en_US.srt

11.0 KB

110 What are _Side Effects_ & Introducing useEffect.mp4

35.1 MB

111 01-starting-project.zip

31.0 KB

111 Using the useEffect() Hook.en_US.srt

17.3 KB

111 Using the useEffect() Hook.mp4

73.9 MB

112 useEffect & Dependencies.en_US.srt

12.6 KB

112 useEffect & Dependencies.mp4

73.8 MB

113 What to add & Not to add as Dependencies.html

4.3 KB

114 Using the useEffect Cleanup Function.en_US.srt

14.1 KB

114 Using the useEffect Cleanup Function.mp4

69.0 MB

115 useEffect Summary.en_US.srt

5.7 KB

115 useEffect Summary.mp4

23.3 MB

116 Introducing useReducer & Reducers In General.en_US.srt

14.0 KB

116 Introducing useReducer & Reducers In General.mp4

58.2 MB

117 06-usereducer-starting-project.zip

44.2 KB

117 Using the useReducer() Hook.en_US.srt

21.6 KB

117 Using the useReducer() Hook.mp4

174.1 MB

118 useReducer & useEffect.en_US.srt

15.6 KB

118 useReducer & useEffect.mp4

162.5 MB

119 Adding Nested Properties As Dependencies To useEffect.html

1.9 KB

120 useReducer vs useState for State Management.en_US.srt

5.3 KB

120 useReducer vs useState for State Management.mp4

21.5 MB

121 Introducing React Context (Context API).en_US.srt

12.3 KB

121 Introducing React Context (Context API).mp4

49.6 MB

122 Using the React Context API.en_US.srt

16.8 KB

122 Using the React Context API.mp4

161.5 MB

123 Tapping Into Context with the useContext Hook.en_US.srt

3.0 KB

123 Tapping Into Context with the useContext Hook.mp4

10.8 MB

124 Making Context Dynamic.en_US.srt

7.2 KB

124 Making Context Dynamic.mp4

33.7 MB

125 Building & Using a Custom Context Provider Component.en_US.srt

12.6 KB

125 Building & Using a Custom Context Provider Component.mp4

76.5 MB

126 React Context Limitations.en_US.srt

4.5 KB

126 React Context Limitations.mp4

13.1 MB

127 Learning the _Rules of Hooks_.en_US.srt

11.8 KB

127 Learning the _Rules of Hooks_.mp4

73.3 MB

127 rules-of-hooks.pdf

65.0 KB

128 Refactoring an Input Component.en_US.srt

8.4 KB

128 Refactoring an Input Component.mp4

77.0 MB

129 Diving into _Forward Refs_.en_US.srt

21.6 KB

129 Diving into _Forward Refs_.mp4

104.3 MB

130 Module Resources.html

1.3 KB

/11 Practice Project_ Building a Food Order App/

131 Module Introduction.en_US.srt

4.1 KB

131 Module Introduction.mp4

23.6 MB

131 Section-Style-Files.txt

0.1 KB

132 01-starting-project.zip

23.9 KB

132 Starting Setup.en_US.srt

6.1 KB

132 Starting Setup.mp4

17.9 MB

133 Adding a _Header_ Component.en_US.srt

13.9 KB

133 Adding a _Header_ Component.mp4

50.9 MB

133 Header.module.css-Code.txt

0.1 KB

133 meals.jpg-File.txt

0.1 KB

134 Adding the _Cart_ Button Component.en_US.srt

7.4 KB

134 Adding the _Cart_ Button Component.mp4

33.1 MB

134 CartIcon.js-Code.txt

0.1 KB

134 HeaderCartButton.module.css-Code.txt

0.1 KB

135 Adding a _Meals_ Component.en_US.srt

12.3 KB

135 Adding a _Meals_ Component.mp4

63.9 MB

135 AvailableMeals.module.css-Code.txt

0.1 KB

135 dummy-meals.js-Data-File-.txt

0.1 KB

135 MealsSummary.js-Code.txt

0.1 KB

135 MealsSummary.module.css-Code.txt

0.1 KB

136 Adding Individual Meal Items & Displaying Them.en_US.srt

12.9 KB

136 Adding Individual Meal Items & Displaying Them.mp4

100.5 MB

136 Card.module.css-File.txt

0.1 KB

136 MealItem.module.css-Code.txt

0.1 KB

137 Adding a Form.en_US.srt

14.0 KB

137 Adding a Form.mp4

71.3 MB

137 Input.module.css-Code.txt

0.1 KB

137 MealItemForm.module.css.txt

0.1 KB

138 Fixing Form Input IDs.html

3.2 KB

139 Cart.module.css-Code.txt

0.1 KB

139 Working on the _Shopping Cart_ Component.en_US.srt

6.8 KB

139 Working on the _Shopping Cart_ Component.mp4

30.4 MB

140 Adding a Modal via a React Portal.en_US.srt

10.2 KB

140 Adding a Modal via a React Portal.mp4

56.8 MB

140 Modal.module.css-Code.txt

0.1 KB

141 Managing Cart & Modal State.en_US.srt

15.5 KB

141 Managing Cart & Modal State.mp4

70.6 MB

142 Adding a Cart Context.en_US.srt

10.2 KB

142 Adding a Cart Context.mp4

82.3 MB

143 Using the Context.en_US.srt

6.4 KB

143 Using the Context.mp4

40.2 MB

144 Adding a Cart Reducer.en_US.srt

15.4 KB

144 Adding a Cart Reducer.mp4

86.2 MB

145 Working with Refs & Forward Refs.en_US.srt

14.7 KB

145 Working with Refs & Forward Refs.mp4

73.0 MB

146 CartItem.zip-File.txt

0.1 KB

146 Outputting Cart Items.en_US.srt

9.8 KB

146 Outputting Cart Items.mp4

92.6 MB

147 Working on a More Complex Reducer Logic.en_US.srt

7.7 KB

147 Working on a More Complex Reducer Logic.mp4

37.6 MB

148 Making Items Removable.en_US.srt

11.1 KB

148 Making Items Removable.mp4

171.2 MB

149 Using the useEffect Hook.en_US.srt

11.0 KB

149 Using the useEffect Hook.mp4

102.7 MB

150 Module Resources.html

1.3 KB

/12 A Look Behind The Scenes Of React & Optimization Techniques/

151 Module Introduction.en_US.srt

3.6 KB

151 Module Introduction.mp4

4.8 MB

152 How React Really Works.en_US.srt

11.7 KB

152 How React Really Works.mp4

22.4 MB

153 01-starting-setup.zip

24.5 KB

153 Component Updates In Action.en_US.srt

11.4 KB

153 Component Updates In Action.mp4

38.4 MB

154 A Closer Look At Child Component Re-Evaluation.en_US.srt

17.2 KB

154 A Closer Look At Child Component Re-Evaluation.mp4

63.4 MB

155 Preventing Unnecessary Re-Evaluations with React.memo().en_US.srt

18.5 KB

155 Preventing Unnecessary Re-Evaluations with React.memo().mp4

122.2 MB

155 Reference-vs-Primitive-Values-in-JavaScript-Tutorial-.txt

0.1 KB

156 Preventing Function Re-Creation with useCallback().en_US.srt

6.1 KB

156 Preventing Function Re-Creation with useCallback().mp4

31.8 MB

157 More-on-Closures.txt

0.1 KB

157 useCallback() and its Dependencies.en_US.srt

11.1 KB

157 useCallback() and its Dependencies.mp4

82.5 MB

158 A First Summary.en_US.srt

6.4 KB

158 A First Summary.mp4

32.0 MB

159 A Closer Look At State & Components.en_US.srt

5.6 KB

159 A Closer Look At State & Components.mp4

20.4 MB

160 Understanding State Scheduling & Batching.en_US.srt

14.8 KB

160 Understanding State Scheduling & Batching.mp4

56.3 MB

161 Optimizing with useMemo().en_US.srt

14.8 KB

161 Optimizing with useMemo().mp4

56.6 MB

162 Module Resources.html

1.3 KB

/13 An Alternative Way Of Building Components_ Class-based Components/

163 Module Introduction.en_US.srt

3.0 KB

163 Module Introduction.mp4

4.7 MB

164 What & Why.en_US.srt

6.7 KB

164 What & Why.mp4

21.6 MB

165 01-starting-project.zip

25.9 KB

165 Adding a First Class-based Component.en_US.srt

9.9 KB

165 Adding a First Class-based Component.mp4

48.1 MB

166 Understanding-this-in-JavaScript-Tutorial-.txt

0.1 KB

166 Working with State & Events.en_US.srt

15.9 KB

166 Working with State & Events.mp4

90.1 MB

167 The Component Lifecycle (Class-based Components Only!).en_US.srt

7.4 KB

167 The Component Lifecycle (Class-based Components Only!).mp4

30.9 MB

167 UserFinder.js-Code.txt

0.1 KB

167 UserFinder.module.css-Code.txt

0.1 KB

168 Lifecycle Methods In Action.en_US.srt

16.6 KB

168 Lifecycle Methods In Action.mp4

97.3 MB

169 App.js-Code.txt

0.1 KB

169 Class-based Components & Context.en_US.srt

6.2 KB

169 Class-based Components & Context.mp4

38.3 MB

169 users-context.js-Code.txt

0.1 KB

170 Class-based vs Functional Components_ A Summary.en_US.srt

4.1 KB

170 Class-based vs Functional Components_ A Summary.mp4

13.6 MB

171 Introducing Error Boundaries.en_US.srt

14.8 KB

171 Introducing Error Boundaries.mp4

72.9 MB

172 Module Resources.html

1.3 KB

/14 Sending Http Requests (e.g. Connecting to a Database)/

173 Module Introduction.en_US.srt

2.5 KB

173 Module Introduction.mp4

3.6 MB

174 01-starting-project.zip

25.9 KB

174 How To (Not) Connect To A Database.en_US.srt

5.3 KB

174 How To (Not) Connect To A Database.mp4

10.4 MB

174 Your-JavaScript-code-is-exposed-to-your-visitors-More-Details-.txt

0.1 KB

175 Using the Star Wars API.html

1.1 KB

176 More-on-APIs-REST-APIs-GraphQL-APIs-.txt

0.1 KB

176 Our Starting App & Backend.en_US.srt

5.6 KB

176 Our Starting App & Backend.mp4

16.2 MB

177 Sending a GET Request.en_US.srt

15.8 KB

177 Sending a GET Request.mp4

114.6 MB

178 Using async _ await.en_US.srt

3.0 KB

178 Using async _ await.mp4

13.5 MB

179 Handling Loading & Data States.en_US.srt

7.0 KB

179 Handling Loading & Data States.mp4

27.9 MB

180 Handling Http Errors.en_US.srt

16.9 KB

180 Handling Http Errors.mp4

205.5 MB

180 More-on-Http-Status-Codes.txt

0.1 KB

181 Using useEffect() For Requests.en_US.srt

10.5 KB

181 Using useEffect() For Requests.mp4

47.7 MB

182 06-preparing-the-project-for-the-next-steps.zip

36.0 KB

182 Preparing The Project For The Next Steps.en_US.srt

9.8 KB

182 Preparing The Project For The Next Steps.mp4

44.8 MB

183 Sending a POST Request.en_US.srt

13.4 KB

183 Sending a POST Request.mp4

66.4 MB

184 Wrap Up.en_US.srt

1.9 KB

184 Wrap Up.mp4

17.4 MB

185 Module Resources.html

1.3 KB

/15 Building Custom React Hooks/

186 Module Introduction.en_US.srt

2.0 KB

186 Module Introduction.mp4

4.7 MB

187 What are _Custom Hooks__.en_US.srt

2.2 KB

187 What are _Custom Hooks__.mp4

4.2 MB

188 01-starting-project.zip

25.9 KB

188 Creating a Custom React Hook Function.en_US.srt

9.5 KB

188 Creating a Custom React Hook Function.mp4

32.9 MB

189 Using Custom Hooks.en_US.srt

6.6 KB

189 Using Custom Hooks.mp4

34.1 MB

190 Configuring Custom Hooks.en_US.srt

8.2 KB

190 Configuring Custom Hooks.mp4

36.5 MB

191 04-onwards-to-a-more-realistic-example.zip

40.3 KB

191 Onwards To A More Realistic Example.en_US.srt

9.8 KB

191 Onwards To A More Realistic Example.mp4

41.6 MB

192 Building a Custom Http Hook.en_US.srt

13.5 KB

192 Building a Custom Http Hook.mp4

58.7 MB

193 Using the Custom Http Hook.en_US.srt

11.5 KB

193 Using the Custom Http Hook.mp4

63.3 MB

194 Adjusting the Custom Hook Logic.en_US.srt

13.1 KB

194 Adjusting the Custom Hook Logic.mp4

112.8 MB

195 More-about-bind-Indirect-Function-Execution-Tutorial-.txt

0.1 KB

195 Using The Custom Hook In More Components.en_US.srt

13.0 KB

195 Using The Custom Hook In More Components.mp4

175.5 MB

196 Module Resources.html

1.3 KB

/16 Working with Forms & User Input/

197 Module Introduction.en_US.srt

2.3 KB

197 Module Introduction.mp4

3.8 MB

198 Our Starting Setup.en_US.srt

2.4 KB

198 Our Starting Setup.mp4

5.9 MB

199 01-starting-project.zip

25.5 KB

199 What's So Complex About Forms_.en_US.srt

7.9 KB

199 What's So Complex About Forms_.mp4

16.5 MB

200 Dealing With Form Submission & Getting User Input Values.en_US.srt

14.2 KB

200 Dealing With Form Submission & Getting User Input Values.mp4

64.2 MB

201 Adding Basic Validation.en_US.srt

5.9 KB

201 Adding Basic Validation.mp4

16.0 MB

201 Your-frontend-JavaScript-code-can-be-hacked.txt

0.1 KB

202 Providing Validation Feedback.en_US.srt

5.4 KB

202 Providing Validation Feedback.mp4

28.8 MB

203 Handling the _was touched_ State.en_US.srt

8.6 KB

203 Handling the _was touched_ State.mp4

43.9 MB

204 React To Lost Focus.en_US.srt

8.2 KB

204 React To Lost Focus.mp4

36.0 MB

205 Refactoring & Deriving States.en_US.srt

14.4 KB

205 Refactoring & Deriving States.mp4

69.2 MB

206 Managing The Overall Form Validity.en_US.srt

10.0 KB

206 Managing The Overall Form Validity.mp4

56.8 MB

207 Adding A Custom Input Hook.en_US.srt

17.8 KB

207 Adding A Custom Input Hook.mp4

206.3 MB

207 [assignment] Time to Practice_ Forms.mp4

10.2 MB

207 [assignment_info] Time to Practice_ Forms.html

1.8 KB

207 [assignment_solution] Time to Practice_ Forms.mp4

60.2 MB

208 Re-Using The Custom Hook.en_US.srt

3.9 KB

208 Re-Using The Custom Hook.mp4

26.2 MB

209 A Challenge For You!.en_US.srt

2.3 KB

209 A Challenge For You!.mp4

10.6 MB

210 Applying Our Hook & Knowledge To A New Form.en_US.srt

14.4 KB

210 Applying Our Hook & Knowledge To A New Form.mp4

142.7 MB

211 Building-a-Custom-useForm-Hook-Tutorial-.txt

0.1 KB

211 Summary.en_US.srt

5.3 KB

211 Summary.mp4

26.2 MB

212 Bonus_ Using useReducer().en_US.srt

10.9 KB

212 Bonus_ Using useReducer().mp4

65.4 MB

213 Module Resources.html

1.3 KB

/17 Practice Project_ Adding Http & Forms To The Food Order App/

214 Module Introduction.en_US.srt

4.6 KB

214 Module Introduction.mp4

14.5 MB

215 01-starting-project.zip

457.9 KB

215 Moving _Meals_ Data To The Backend.en_US.srt

5.5 KB

215 Moving _Meals_ Data To The Backend.mp4

23.3 MB

216 Fetching Meals via Http.en_US.srt

13.9 KB

216 Fetching Meals via Http.mp4

72.8 MB

217 Handling the Loading State.en_US.srt

6.1 KB

217 Handling the Loading State.mp4

31.1 MB

218 Handling Errors.en_US.srt

11.4 KB

218 Handling Errors.mp4

149.3 MB

219 Adding A Checkout Form.en_US.srt

15.3 KB

219 Adding A Checkout Form.mp4

84.6 MB

220 Checkout.js-Code.txt

0.1 KB

220 Checkout.module.css-Code.txt

0.1 KB

220 Modal.module.css-Code.txt

0.1 KB

220 Reading Form Values.en_US.srt

6.6 KB

220 Reading Form Values.mp4

33.6 MB

221 Adding Form Validation.en_US.srt

16.8 KB

221 Adding Form Validation.mp4

107.8 MB

222 Submitting & Sending Cart Data.en_US.srt

10.0 KB

222 Submitting & Sending Cart Data.mp4

81.3 MB

222 Your-frontend-JavaScript-code-can-be-hacked.txt

0.1 KB

223 Adding Better User Feedback.en_US.srt

12.6 KB

223 Adding Better User Feedback.mp4

80.9 MB

224 Summary.en_US.srt

2.3 KB

224 Summary.mp4

12.1 MB

225 Module Resources.html

1.3 KB

/18 Diving into Redux (An Alternative To The Context API)/

226 Module Introduction.en_US.srt

1.5 KB

226 Module Introduction.mp4

2.6 MB

227 Another Look At State In React Apps.en_US.srt

7.3 KB

227 Another Look At State In React Apps.mp4

29.0 MB

228 Redux vs React Context.en_US.srt

9.5 KB

228 Redux vs React Context.mp4

20.8 MB

229 How Redux Works.en_US.srt

8.7 KB

229 How Redux Works.mp4

15.6 MB

230 Exploring The Core Redux Concepts.en_US.srt

21.4 KB

230 Exploring The Core Redux Concepts.mp4

61.1 MB

231 More Redux Basics.en_US.srt

4.2 KB

231 More Redux Basics.mp4

12.8 MB

232 01-starting-project.zip

27.9 KB

232 Preparing a new Project.en_US.srt

2.9 KB

232 Preparing a new Project.mp4

6.5 MB

233 Creating a Redux Store for React.en_US.srt

6.8 KB

233 Creating a Redux Store for React.mp4

29.8 MB

234 Providing the Store.en_US.srt

5.3 KB

234 Providing the Store.mp4

15.0 MB

235 Using Redux Data in React Components.en_US.srt

7.1 KB

235 Using Redux Data in React Components.mp4

30.6 MB

236 Dispatching Actions From Inside Components.en_US.srt

4.7 KB

236 Dispatching Actions From Inside Components.mp4

26.7 MB

237 Redux with Class-based Components.en_US.srt

15.0 KB

237 Redux with Class-based Components.mp4

81.6 MB

238 Attaching Payloads to Actions.en_US.srt

6.0 KB

238 Attaching Payloads to Actions.mp4

27.3 MB

239 Working with Multiple State Properties.en_US.srt

9.1 KB

239 Working with Multiple State Properties.mp4

49.4 MB

240 How To Work With Redux State Correctly.en_US.srt

7.3 KB

240 How To Work With Redux State Correctly.mp4

32.3 MB

240 Reference-vs-Primitive-Values-Tutorial-.txt

0.1 KB

241 Redux Challenges & Introducing Redux Toolkit.en_US.srt

7.9 KB

241 Redux Challenges & Introducing Redux Toolkit.mp4

61.6 MB

242 Adding State Slices.en_US.srt

11.3 KB

242 Adding State Slices.mp4

65.2 MB

243 Connecting Redux Toolkit State.en_US.srt

6.1 KB

243 Connecting Redux Toolkit State.mp4

35.2 MB

244 Migrating Everything To Redux Toolkit.en_US.srt

7.8 KB

244 Migrating Everything To Redux Toolkit.mp4

75.6 MB

245 Working with Multiple Slices.en_US.srt

16.5 KB

245 Working with Multiple Slices.mp4

185.1 MB

246 Reading & Dispatching From A New Slice.en_US.srt

9.5 KB

246 Reading & Dispatching From A New Slice.mp4

53.2 MB

247 Splitting Our Code.en_US.srt

6.4 KB

247 Splitting Our Code.mp4

38.4 MB

248 Summary.en_US.srt

5.6 KB

248 Summary.mp4

52.8 MB

249 Module Resources.html

1.3 KB

/19 Advanced Redux/

250 Module Introduction.en_US.srt

0.9 KB

250 Module Introduction.mp4

1.5 MB

251 01-starting-project.zip

32.0 KB

251 Redux & Side Effects (and Asynchronous Code).en_US.srt

5.8 KB

251 Redux & Side Effects (and Asynchronous Code).mp4

11.5 MB

252 Refresher _ Practice_ Part 1_2.en_US.srt

28.4 KB

252 Refresher _ Practice_ Part 1_2.mp4

202.6 MB

253 Refresher _ Practice_ Part 2_2.en_US.srt

25.7 KB

253 Refresher _ Practice_ Part 2_2.mp4

207.6 MB

254 Redux & Async Code.en_US.srt

6.6 KB

254 Redux & Async Code.mp4

21.1 MB

255 Frontend Code vs Backend Code.en_US.srt

8.4 KB

255 Frontend Code vs Backend Code.mp4

34.8 MB

256 Suboptimal-Code-Snapshot-Example-.txt

0.1 KB

256 Where To Put Our Logic.en_US.srt

17.0 KB

256 Where To Put Our Logic.mp4

109.6 MB

257 Using useEffect with Redux.en_US.srt

9.3 KB

257 Using useEffect with Redux.mp4

73.3 MB

258 A Problem with useEffect().html

0.8 KB

259 Handling Http States & Feedback with Redux.en_US.srt

18.8 KB

259 Handling Http States & Feedback with Redux.mp4

257.7 MB

259 Notification-Component-Files.txt

0.1 KB

260 Using an Action Creator Thunk.en_US.srt

21.7 KB

260 Using an Action Creator Thunk.mp4

192.0 MB

261 Getting Started with Fetching Data.en_US.srt

12.9 KB

261 Getting Started with Fetching Data.mp4

112.8 MB

262 Finalizing the Fetching Logic.en_US.srt

8.1 KB

262 Finalizing the Fetching Logic.mp4

106.1 MB

263 Exploring the Redux DevTools.en_US.srt

8.7 KB

263 Exploring the Redux DevTools.mp4

56.5 MB

264 Summary.en_US.srt

2.8 KB

264 Summary.mp4

14.2 MB

265 Module Resources.html

1.3 KB

/20 Building a Multi-Page SPA with React Router/

266 Module Introduction.en_US.srt

4.2 KB

266 Module Introduction.mp4

31.8 MB

267 What is Routing & Why_.en_US.srt

7.4 KB

267 What is Routing & Why_.mp4

14.7 MB

268 01-starting-project.zip

23.9 KB

268 Installing React Router.en_US.srt

4.1 KB

268 Installing React Router.mp4

20.5 MB

269 Defining & Using Routes.en_US.srt

15.3 KB

269 Defining & Using Routes.mp4

54.4 MB

270 Working with Links.en_US.srt

10.0 KB

270 Working with Links.mp4

28.2 MB

271 MainHeader.module.css-Code.txt

0.1 KB

271 Updated-index.css-Code.txt

0.1 KB

271 Using NavLinks.en_US.srt

4.8 KB

271 Using NavLinks.mp4

19.0 MB

272 Adding Dynamic Routes with Params.en_US.srt

8.9 KB

272 Adding Dynamic Routes with Params.mp4

31.8 MB

273 Extracting Route Params.en_US.srt

3.4 KB

273 Extracting Route Params.mp4

9.9 MB

274 Using _Switch_ and _exact_ For Configuring Routes.en_US.srt

10.7 KB

274 Using _Switch_ and _exact_ For Configuring Routes.mp4

80.2 MB

275 Working with Nested Routes.en_US.srt

5.8 KB

275 Working with Nested Routes.mp4

14.6 MB

276 Redirecting The User.en_US.srt

3.4 KB

276 Redirecting The User.mp4

24.0 MB

277 09-time-to-practice-starting-code.zip

53.8 KB

277 Time to Practice_ Onwards to a New Project.en_US.srt

15.2 KB

277 Time to Practice_ Onwards to a New Project.mp4

86.6 MB

278 Practice Redirecting & Extracting Params.en_US.srt

5.6 KB

278 Practice Redirecting & Extracting Params.mp4

16.3 MB

279 Practicing Nested Routes.en_US.srt

4.1 KB

279 Practicing Nested Routes.mp4

14.8 MB

280 Adding a Layout Wrapper Component.en_US.srt

9.2 KB

280 Adding a Layout Wrapper Component.mp4

42.3 MB

281 Adding Dummy Data & More Content.en_US.srt

9.3 KB

281 Adding Dummy Data & More Content.mp4

73.5 MB

282 Outputting Data on the _Details_ Page.en_US.srt

8.7 KB

282 Outputting Data on the _Details_ Page.mp4

44.1 MB

283 Adding a _Not Found_ Page.en_US.srt

5.0 KB

283 Adding a _Not Found_ Page.mp4

17.7 MB

284 Implementing Programmatic (Imperative) Navigation.en_US.srt

6.6 KB

284 Implementing Programmatic (Imperative) Navigation.mp4

21.6 MB

285 Preventing Possibly Unwanted Route Transitions with the _Prompt_ Component.en_US.srt

11.0 KB

285 Preventing Possibly Unwanted Route Transitions with the _Prompt_ Component.mp4

80.0 MB

286 sorting.js-Code.txt

0.1 KB

286 Working with Query Parameters.en_US.srt

22.2 KB

286 Working with Query Parameters.mp4

146.7 MB

287 Getting Creative With Nested Routes.en_US.srt

6.3 KB

287 Getting Creative With Nested Routes.mp4

23.3 MB

288 Writing More Flexible Routing Code.en_US.srt

12.3 KB

288 Writing More Flexible Routing Code.mp4

66.3 MB

289 hooks.zip

0.8 KB

289 lib.zip

0.9 KB

289 Sending & Getting Quote Data via Http.en_US.srt

25.3 KB

289 Sending & Getting Quote Data via Http.mp4

306.3 MB

290 Adding the _Comments_ Features.en_US.srt

26.4 KB

290 Adding the _Comments_ Features.mp4

147.7 MB

291 Final-Project-v5-.txt

0.1 KB

291 Final-Project-v6-.txt

0.1 KB

291 First-Example-v5-.txt

0.1 KB

291 First-Example-v6-.txt

0.1 KB

291 Second-Example-v5-.txt

0.1 KB

291 Second-Example-v6-.txt

0.1 KB

291 Upgrading To React Router v6.en_US.srt

44.8 KB

291 Upgrading To React Router v6.mp4

198.7 MB

292 Module Resources.html

1.3 KB

/21 Deploying React Apps/

293 Module Introduction.en_US.srt

2.4 KB

293 Module Introduction.mp4

3.0 MB

294 Deployment Steps.en_US.srt

5.6 KB

294 Deployment Steps.mp4

6.5 MB

295 Adding Lazy Loading.en_US.srt

18.9 KB

295 Adding Lazy Loading.mp4

63.9 MB

295 React.memo-Lecture.txt

0.1 KB

296 Building The Code For Production.en_US.srt

5.5 KB

296 Building The Code For Production.mp4

22.3 MB

297 Getting Started With Deployment (Uploading Files).en_US.srt

11.7 KB

297 Getting Started With Deployment (Uploading Files).mp4

51.5 MB

298 Exploring Routing Issues & Finishing Deployment.en_US.srt

11.1 KB

298 Exploring Routing Issues & Finishing Deployment.mp4

38.1 MB

299 Module Resources.html

1.3 KB

/22 Adding Authentication To React Apps/

300 Module Introduction.en_US.srt

2.3 KB

300 Module Introduction.mp4

3.9 MB

301 What, How & Why_.en_US.srt

17.5 KB

301 What, How & Why_.mp4

39.5 MB

302 More on _Authentication Tokens_.html

1.0 KB

303 01-starting-project.zip

32.2 KB

303 Starting Setup & First Steps.en_US.srt

6.9 KB

303 Starting Setup & First Steps.mp4

51.7 MB

304 Adding User Signup.en_US.srt

22.4 KB

304 Adding User Signup.mp4

239.7 MB

305 Showing Feedback To The User.en_US.srt

7.7 KB

305 Showing Feedback To The User.mp4

64.5 MB

306 Adding User Login.en_US.srt

9.3 KB

306 Adding User Login.mp4

105.4 MB

307 Managing The Auth State With Context.en_US.srt

15.7 KB

307 Managing The Auth State With Context.mp4

84.2 MB

308 Using The Token For Requests To Protected Resources.en_US.srt

16.0 KB

308 Using The Token For Requests To Protected Resources.mp4

56.2 MB

309 Redirecting The User.en_US.srt

4.2 KB

309 Redirecting The User.mp4

15.9 MB

310 Adding Logout.en_US.srt

3.6 KB

310 Adding Logout.mp4

14.9 MB

311 Protecting Frontend Pages.en_US.srt

9.7 KB

311 Protecting Frontend Pages.mp4

43.8 MB

312 Persisting The User Authentication Status.en_US.srt

10.3 KB

312 Persisting The User Authentication Status.mp4

39.7 MB

312 Storing-Tokens-in-localStorage-vs-Cookies.txt

0.1 KB

313 Adding Auto-Logout.en_US.srt

11.0 KB

313 Adding Auto-Logout.mp4

138.5 MB

314 Finishing Steps.en_US.srt

14.5 KB

314 Finishing Steps.mp4

86.6 MB

315 Module Resources.html

1.3 KB

/23 A (Pretty Deep Dive) Introduction to Next.js/

316 Module Introduction.en_US.srt

2.9 KB

316 Module Introduction.mp4

5.4 MB

317 What is NextJS_.en_US.srt

7.0 KB

317 What is NextJS_.mp4

14.4 MB

318 Key Feature 1_ Built-in Server-side Rendering (Improved SEO!).en_US.srt

9.8 KB

318 Key Feature 1_ Built-in Server-side Rendering (Improved SEO!).mp4

88.0 MB

319 Key Feature 2_ Simplified Routing with File-based Routing.en_US.srt

4.8 KB

319 Key Feature 2_ Simplified Routing with File-based Routing.mp4

17.7 MB

320 Key Feature 3_ Build Fullstack Apps.en_US.srt

2.8 KB

320 Key Feature 3_ Build Fullstack Apps.mp4

9.9 MB

321 Creating a New Next.js Project & App.en_US.srt

8.8 KB

321 Creating a New Next.js Project & App.mp4

24.1 MB

322 01-starting-project.zip

6.8 KB

322 Analyzing the Created Project.en_US.srt

4.4 KB

322 Analyzing the Created Project.mp4

8.4 MB

323 Adding First Pages.en_US.srt

9.7 KB

323 Adding First Pages.mp4

40.2 MB

324 Adding Nested Paths & Pages (Nested Routes).en_US.srt

5.6 KB

324 Adding Nested Paths & Pages (Nested Routes).mp4

13.2 MB

325 Creating Dynamic Pages (with Parameters).en_US.srt

5.4 KB

325 Creating Dynamic Pages (with Parameters).mp4

11.9 MB

326 Extracting Dynamic Parameter Values.en_US.srt

6.0 KB

326 Extracting Dynamic Parameter Values.mp4

16.3 MB

327 Linking Between Pages.en_US.srt

11.0 KB

327 Linking Between Pages.mp4

25.1 MB

328 06-onwards-to-a-bigger-project-starting-project.zip

12.3 KB

328 Onwards to a bigger Project!.en_US.srt

5.3 KB

328 Onwards to a bigger Project!.mp4

23.9 MB

329 Preparing the Project Pages.en_US.srt

5.5 KB

329 Preparing the Project Pages.mp4

12.7 MB

330 Outputting a List of Meetups.en_US.srt

7.8 KB

330 Outputting a List of Meetups.mp4

69.0 MB

331 Adding the New Meetup Form.en_US.srt

5.4 KB

331 Adding the New Meetup Form.mp4

27.3 MB

332 The __app.js_ File & Layout Wrapper.en_US.srt

9.9 KB

332 The __app.js_ File & Layout Wrapper.mp4

36.4 MB

333 Using Programmatic (Imperative) Navigation.en_US.srt

6.0 KB

333 Using Programmatic (Imperative) Navigation.mp4

24.5 MB

334 Adding Custom Components & CSS Modules.en_US.srt

14.5 KB

334 Adding Custom Components & CSS Modules.mp4

154.3 MB

335 How Pre-rendering Works & Which Problem We Face.en_US.srt

9.0 KB

335 How Pre-rendering Works & Which Problem We Face.mp4

64.2 MB

336 Data Fetching for Static Pages.en_US.srt

13.3 KB

336 Data Fetching for Static Pages.mp4

75.6 MB

337 More on Static Site Generation (SSG).en_US.srt

8.5 KB

337 More on Static Site Generation (SSG).mp4

35.4 MB

338 Exploring Server-side Rendering (SSR) with _getServerSideProps_.en_US.srt

9.8 KB

338 Exploring Server-side Rendering (SSR) with _getServerSideProps_.mp4

41.5 MB

339 Working with Params for SSG Data Fetching.en_US.srt

7.4 KB

339 Working with Params for SSG Data Fetching.mp4

32.6 MB

340 Preparing Paths with _getStaticPaths_ & Working With Fallback Pages.en_US.srt

10.4 KB

340 Preparing Paths with _getStaticPaths_ & Working With Fallback Pages.mp4

45.5 MB

341 Introducing API Routes.en_US.srt

9.2 KB

341 Introducing API Routes.mp4

32.3 MB

342 Working with MongoDB.en_US.srt

14.1 KB

342 Working with MongoDB.mp4

68.4 MB

343 Sending Http Requests To Our API Routes.en_US.srt

10.0 KB

343 Sending Http Requests To Our API Routes.mp4

41.6 MB

344 Getting Data From The Database.en_US.srt

10.3 KB

344 Getting Data From The Database.mp4

78.8 MB

345 Getting Meetup Details Data & Preparing Pages.en_US.srt

13.7 KB

345 Getting Meetup Details Data & Preparing Pages.mp4

115.0 MB

346 Adding _head_ Metadata.en_US.srt

13.1 KB

346 Adding _head_ Metadata.mp4

159.4 MB

347 Deploying Next.js Projects.en_US.srt

19.6 KB

347 Deploying Next.js Projects.mp4

144.2 MB

348 Using Fallback Pages & Re-deploying.en_US.srt

6.1 KB

348 Using Fallback Pages & Re-deploying.mp4

24.3 MB

349 Summary.en_US.srt

3.2 KB

349 Summary.mp4

18.0 MB

350 Module Resources.html

1.3 KB

/24 Animating React Apps/

351 Module Introduction.en_US.srt

4.1 KB

351 Module Introduction.mp4

15.1 MB

352 animations-01-start.zip

131.7 KB

352 animations-02-modal-open-close.zip

133.2 KB

352 Preparing the Demo Project.en_US.srt

9.1 KB

352 Preparing the Demo Project.mp4

32.8 MB

353 Using CSS Transitions.en_US.srt

5.7 KB

353 Using CSS Transitions.mp4

26.9 MB

354 animations-03-css-animations.zip

131.0 KB

354 Using CSS Animations.en_US.srt

6.6 KB

354 Using CSS Animations.mp4

35.0 MB

355 CSS Transition & Animations Limitations.en_US.srt

4.6 KB

355 CSS Transition & Animations Limitations.mp4

30.4 MB

356 Using ReactTransitionGroup.en_US.srt

15.2 KB

356 Using ReactTransitionGroup.mp4

139.1 MB

357 animations-04-react-transition-basic.zip

132.6 KB

357 Using the Transition Component.en_US.srt

3.9 KB

357 Using the Transition Component.mp4

22.9 MB

358 Wrapping the Transition Component.en_US.srt

3.3 KB

358 Wrapping the Transition Component.mp4

23.1 MB

359 Animation Timings.en_US.srt

3.9 KB

359 Animation Timings.mp4

22.2 MB

360 animations-05-after-animation-events.zip

132.8 KB

360 Transition Events.en_US.srt

3.0 KB

360 Transition Events.mp4

18.4 MB

361 The CSSTransition Component.en_US.srt

6.2 KB

361 The CSSTransition Component.mp4

43.2 MB

362 animations-06-csstransition.zip

131.8 KB

362 Customizing CSS Classnames.en_US.srt

3.1 KB

362 Customizing CSS Classnames.mp4

17.2 MB

363 Animating Lists.en_US.srt

7.9 KB

363 Animating Lists.mp4

54.0 MB

364 Alternative Animation Packages.en_US.srt

5.7 KB

364 Alternative Animation Packages.mp4

46.5 MB

364 animations-07-finished.zip

131.3 KB

365 Wrap Up.en_US.srt

2.3 KB

365 Wrap Up.mp4

14.0 MB

366 Module Resources.html

1.3 KB

/25 Replacing Redux with React Hooks/

367 Module Introduction.en_US.srt

1.3 KB

367 Module Introduction.mp4

2.4 MB

368 React 18 & This Section.html

1.3 KB

369 replace-redux-01-starting-project.zip

33.3 KB

369 Starting Project & Why You Would Replace Redux.en_US.srt

6.0 KB

369 Starting Project & Why You Would Replace Redux.mp4

28.3 MB

370 Alternative_ Using the Context API.en_US.srt

9.8 KB

370 Alternative_ Using the Context API.mp4

53.7 MB

371 Toggling Favorites with the Context API.en_US.srt

7.4 KB

371 Toggling Favorites with the Context API.mp4

66.9 MB

372 Context API Summary (and why NOT to use it instead of Redux).en_US.srt

3.2 KB

372 Context API Summary (and why NOT to use it instead of Redux).mp4

19.9 MB

372 replace-redux-02-use-context-api.zip

35.1 KB

373 Getting Started with a Custom Hook as a Store.en_US.srt

11.7 KB

373 Getting Started with a Custom Hook as a Store.mp4

47.6 MB

373 replace-redux-03-started-work-on-custom-store-hook.zip

40.5 KB

374 Finishing the Store Hook.en_US.srt

7.8 KB

374 Finishing the Store Hook.mp4

39.1 MB

374 replace-redux-04-finished-custom-hook.zip

38.9 KB

375 Creating a Concrete Store.en_US.srt

5.4 KB

375 Creating a Concrete Store.mp4

32.4 MB

376 Using the Custom Store.en_US.srt

7.4 KB

376 Using the Custom Store.mp4

46.2 MB

377 Custom Hook Store Summary.en_US.srt

4.3 KB

377 Custom Hook Store Summary.mp4

42.9 MB

378 Optimizing the Custom Hook Store.en_US.srt

5.8 KB

378 Optimizing the Custom Hook Store.mp4

31.4 MB

378 replace-redux-05-finished.zip

36.8 KB

379 Bonus_ Managing Multiple State Slices with the Custom Store Hook.html

0.8 KB

379 replace-redux-06-bonus-multiple-slices.zip

41.8 KB

380 npm-Package-Global-State-Hook-.txt

0.0 KB

380 Wrap Up.en_US.srt

3.0 KB

380 Wrap Up.mp4

13.3 MB

381 Module Resources.html

1.3 KB

/26 Testing React Apps (Unit Tests)/

382 Module Introduction.en_US.srt

1.7 KB

382 Module Introduction.mp4

3.0 MB

383 What & Why_.en_US.srt

4.7 KB

383 What & Why_.mp4

10.1 MB

384 Understanding Different Kinds Of Tests.en_US.srt

5.8 KB

384 Understanding Different Kinds Of Tests.mp4

16.8 MB

385 What To Test & How To Test.en_US.srt

2.3 KB

385 What To Test & How To Test.mp4

3.4 MB

386 01-starting-project.zip

35.4 KB

386 Understanding the Technical Setup & Involved Tools.en_US.srt

3.7 KB

386 Understanding the Technical Setup & Involved Tools.mp4

7.9 MB

387 Running a First Test.en_US.srt

10.6 KB

387 Running a First Test.mp4

37.6 MB

388 Writing Our First Test.en_US.srt

14.5 KB

388 Writing Our First Test.mp4

63.0 MB

389 Grouping Tests Together With Test Suites.en_US.srt

3.2 KB

389 Grouping Tests Together With Test Suites.mp4

13.4 MB

390 Testing User Interaction & State.en_US.srt

20.0 KB

390 Testing User Interaction & State.mp4

89.0 MB

391 Testing Connected Components.en_US.srt

4.9 KB

391 Testing Connected Components.mp4

19.0 MB

392 Async-Component-Code-.txt

0.1 KB

392 Available-HTML-Roles.txt

0.0 KB

392 Testing Asynchronous Code.en_US.srt

12.5 KB

392 Testing Asynchronous Code.mp4

53.8 MB

393 Working With Mocks.en_US.srt

12.9 KB

393 Working With Mocks.mp4

50.9 MB

394 Summary & Further Resources.en_US.srt

6.0 KB

394 Summary & Further Resources.mp4

48.1 MB

395 Module Resources.html

1.3 KB

/27 React + TypeScript/

396 Module Introduction.en_US.srt

1.9 KB

396 Module Introduction.mp4

2.5 MB

397 01-starting-project.zip

1.7 KB

397 What & Why_.en_US.srt

9.1 KB

397 What & Why_.mp4

16.9 MB

398 Installing & Using TypeScript.en_US.srt

9.4 KB

398 Installing & Using TypeScript.mp4

52.4 MB

399 Exploring the Base Types.en_US.srt

5.5 KB

399 Exploring the Base Types.mp4

17.1 MB

400 Working with Array & Object Types.en_US.srt

8.3 KB

400 Working with Array & Object Types.mp4

21.4 MB

401 Understanding Type Inference.en_US.srt

3.8 KB

401 Understanding Type Inference.mp4

10.0 MB

402 Using Union Types.en_US.srt

4.0 KB

402 Using Union Types.mp4

10.1 MB

403 Understanding Type Aliases.en_US.srt

3.8 KB

403 Understanding Type Aliases.mp4

11.0 MB

404 Functions & Function Types.en_US.srt

7.4 KB

404 Functions & Function Types.mp4

23.5 MB

405 Diving Into Generics.en_US.srt

11.9 KB

405 Diving Into Generics.mp4

40.1 MB

406 A Closer Look At Generics.html

2.9 KB

407 Creating a React + TypeScript Project.en_US.srt

11.9 KB

407 Creating a React + TypeScript Project.mp4

55.5 MB

408 07-react-ts-starting-project.zip

35.2 KB

408 Working with Components & TypeScript.en_US.srt

8.5 KB

408 Working with Components & TypeScript.mp4

28.6 MB

409 Working with Props & TypeScript.en_US.srt

21.0 KB

409 Working with Props & TypeScript.mp4

72.5 MB

410 Adding a Data Model.en_US.srt

13.0 KB

410 Adding a Data Model.mp4

48.5 MB

411 Time to Practice_ Exercise Time!.en_US.srt

10.0 KB

411 Time to Practice_ Exercise Time!.mp4

43.4 MB

412 Form Submissions In TypeScript Projects.en_US.srt

7.6 KB

412 Form Submissions In TypeScript Projects.mp4

29.4 MB

413 Working with refs & useRef.en_US.srt

16.0 KB

413 Working with refs & useRef.mp4

120.6 MB

414 Working with _Function Props_.en_US.srt

10.2 KB

414 Working with _Function Props_.mp4

54.6 MB

415 Managing State & TypeScript.en_US.srt

7.3 KB

415 Managing State & TypeScript.mp4

31.3 MB

416 Adding Styling.en_US.srt

3.0 KB

416 Adding Styling.mp4

12.9 MB

416 Style-Files-Code-.txt

0.1 KB

417 Time to Practice_ Removing a Todo.en_US.srt

13.6 KB

417 Time to Practice_ Removing a Todo.mp4

62.1 MB

418 The Context API & TypeScript.en_US.srt

19.5 KB

418 The Context API & TypeScript.mp4

156.3 MB

419 Summary.en_US.srt

3.7 KB

419 Summary.mp4

13.9 MB

420 Bonus_ Exploring tsconfig.json.en_US.srt

8.5 KB

420 Bonus_ Exploring tsconfig.json.mp4

28.7 MB

421 Module Resources.html

1.3 KB

/28 Optional_ React Hooks Introduction & Summary/

422 Module Introduction.en_US.srt

2.9 KB

422 Module Introduction.mp4

5.0 MB

423 What Are React Hooks_.en_US.srt

6.9 KB

423 What Are React Hooks_.mp4

14.1 MB

424 hooks-01-starting-project.zip

31.2 KB

424 The Starting Project.en_US.srt

8.8 KB

424 The Starting Project.mp4

29.4 MB

425 React 18 & This Section.html

1.3 KB

426 Getting Started with useState().en_US.srt

13.0 KB

426 Getting Started with useState().mp4

97.5 MB

427 More on useState() & State Updating.en_US.srt

16.3 KB

427 More on useState() & State Updating.mp4

90.5 MB

427 Understanding-Closures.txt

0.1 KB

428 Array Destructuring.en_US.srt

3.9 KB

428 Array Destructuring.mp4

20.2 MB

428 hooks-02-usestate.zip

28.1 KB

429 Multiple States.en_US.srt

5.0 KB

429 Multiple States.mp4

30.7 MB

430 Rules of Hooks.en_US.srt

3.1 KB

430 Rules of Hooks.mp4

15.4 MB

431 hooks-03-passing-data-manage-ingredients.zip

31.3 KB

431 Passing State Data Across Components.en_US.srt

10.9 KB

431 Passing State Data Across Components.mp4

52.6 MB

432 hooks-05-send-http.zip

28.6 KB

432 Sending Http Requests.en_US.srt

10.4 KB

432 Sending Http Requests.mp4

56.5 MB

432 [assignment] Time to Practice_ Hooks Basics.mp4

10.1 MB

432 [assignment_info] Time to Practice_ Hooks Basics.html

2.2 KB

432 [assignment_solution] Time to Practice_ Hooks Basics.mp4

26.8 MB

433 Reference-vs-Primitive-Types.txt

0.1 KB

433 useEffect() & Loading Data.en_US.srt

11.5 KB

433 useEffect() & Loading Data.mp4

67.6 MB

434 Understanding useEffect() Dependencies.en_US.srt

3.2 KB

434 Understanding useEffect() Dependencies.mp4

28.5 MB

435 hooks-06-useeffect.zip

28.7 KB

435 More on useEffect().en_US.srt

13.4 KB

435 More on useEffect().mp4

77.2 MB

436 hooks-07-usecallback.zip

29.3 KB

436 What's useCallback()_.en_US.srt

8.1 KB

436 What's useCallback()_.mp4

45.9 MB

437 Working with Refs & useRef().en_US.srt

7.7 KB

437 Working with Refs & useRef().mp4

58.5 MB

438 Cleaning Up with useEffect().en_US.srt

4.7 KB

438 Cleaning Up with useEffect().mp4

22.0 MB

438 hooks-08-useeffect-cleanup.zip

30.1 KB

439 Deleting Ingredients.en_US.srt

3.6 KB

439 Deleting Ingredients.mp4

19.1 MB

440 hooks-09-error-handling.zip

30.0 KB

440 Loading Errors & State Batching.en_US.srt

12.2 KB

440 Loading Errors & State Batching.mp4

97.0 MB

441 More on State Batching & State Updates.html

2.0 KB

442 hooks-10-usereducer.zip

29.6 KB

442 Understanding useReducer().en_US.srt

13.7 KB

442 Understanding useReducer().mp4

123.5 MB

443 hooks-11-http-reducer.zip

30.0 KB

443 Using useReducer() for the Http State.en_US.srt

14.6 KB

443 Using useReducer() for the Http State.mp4

167.9 MB

444 Working with useContext().en_US.srt

11.3 KB

444 Working with useContext().mp4

64.4 MB

445 hooks-12-usememo.zip

31.2 KB

445 Performance Optimizations with useMemo().en_US.srt

15.5 KB

445 Performance Optimizations with useMemo().mp4

125.7 MB

446 Getting Started with Custom Hooks.en_US.srt

18.4 KB

446 Getting Started with Custom Hooks.mp4

157.6 MB

446 hooks-13-started-custom-hook.zip

34.9 KB

447 Sharing Data Between Custom Hooks & Components.en_US.srt

19.5 KB

447 Sharing Data Between Custom Hooks & Components.mp4

268.7 MB

448 hooks-14-finished.zip

33.1 KB

448 Using the Custom Hook.en_US.srt

10.7 KB

448 Using the Custom Hook.mp4

68.8 MB

449 Wrap Up.en_US.srt

4.3 KB

449 Wrap Up.mp4

40.4 MB

450 Module Resources.html

1.3 KB

/29 Optional_ React Summary & Core Feature Walkthrough/

451 Module Introduction.en_US.srt

2.1 KB

451 Module Introduction.mp4

5.9 MB

452 What Is React_.en_US.srt

5.1 KB

452 What Is React_.mp4

49.4 MB

453 Vanilla-JavaScript-vs-React-Example-Code-.txt

0.1 KB

453 Why React_.en_US.srt

11.5 KB

453 Why React_.mp4

50.1 MB

454 Building SPAs (Single Page Applications).en_US.srt

2.9 KB

454 Building SPAs (Single Page Applications).mp4

27.7 MB

455 React Alternatives.en_US.srt

4.8 KB

455 React Alternatives.mp4

12.7 MB

455 React-vs-Angular-vs-Vue-Comparison-Deep-Dive-.txt

0.1 KB

456 Creating a React Project.en_US.srt

12.9 KB

456 Creating a React Project.mp4

35.4 MB

457 Setting Up A Code Editor.en_US.srt

4.8 KB

457 Setting Up A Code Editor.mp4

13.4 MB

458 React 18.html

2.2 KB

459 01-starting-project.zip

22.9 KB

459 Diving Into The Created Project.en_US.srt

10.3 KB

459 Diving Into The Created Project.mp4

33.5 MB

460 How React Works & Understanding Components.en_US.srt

11.9 KB

460 How React Works & Understanding Components.mp4

57.9 MB

461 index.css-Code.txt

0.1 KB

461 More Component Work & Styling with CSS Classes.en_US.srt

7.8 KB

461 More Component Work & Styling with CSS Classes.mp4

22.0 MB

462 Building & Re-Using Another Component.en_US.srt

11.3 KB

462 Building & Re-Using Another Component.mp4

27.7 MB

463 Working with _props_ & Dynamic Content.en_US.srt

7.4 KB

463 Working with _props_ & Dynamic Content.mp4

21.5 MB

464 Handling Events.en_US.srt

9.3 KB

464 Handling Events.mp4

33.7 MB

465 Adding More Components.en_US.srt

8.9 KB

465 Adding More Components.mp4

21.8 MB

466 Introducing State.en_US.srt

12.6 KB

466 Introducing State.mp4

44.7 MB

466 What-is-State-Tutorial-.txt

0.0 KB

467 Working with _Event Props_ (Passing Function As Props).en_US.srt

10.7 KB

467 Working with _Event Props_ (Passing Function As Props).mp4

39.0 MB

468 Use The Right React Router Version.html

0.9 KB

469 07-new-starting-project.zip

23.2 KB

469 Adding Routing.en_US.srt

23.4 KB

469 Adding Routing.mp4

140.7 MB

470 Adding Links & Navigation.en_US.srt

7.4 KB

470 Adding Links & Navigation.mp4

28.7 MB

471 Style-Files.txt

0.1 KB

471 Styling with CSS Modules.en_US.srt

7.9 KB

471 Styling with CSS Modules.mp4

25.4 MB

472 Dummy-Data.txt

0.1 KB

472 Outputting Lists of Data.en_US.srt

8.0 KB

472 Outputting Lists of Data.mp4

41.6 MB

473 Adding More React Components.en_US.srt

13.5 KB

473 Adding More React Components.mp4

56.9 MB

473 Style-Files.txt

0.1 KB

474 Building Wrapper Components with props.children.en_US.srt

11.8 KB

474 Building Wrapper Components with props.children.mp4

97.6 MB

474 Style-Files.txt

0.1 KB

475 Adding a Form.en_US.srt

11.8 KB

475 Adding a Form.mp4

51.4 MB

475 Style-Files.txt

0.1 KB

475 Uploading-Images-in-React.txt

0.1 KB

476 Building-a-REST-API-Tutorial-.txt

0.1 KB

476 Getting User Input & Handling Form Submission.en_US.srt

13.3 KB

476 Getting User Input & Handling Form Submission.mp4

118.4 MB

476 How-to-connect-SPAs-to-Databases.txt

0.1 KB

477 Preparing the App for Http.en_US.srt

10.2 KB

477 Preparing the App for Http.mp4

51.7 MB

478 Sending a POST Request.en_US.srt

7.2 KB

478 Sending a POST Request.mp4

57.6 MB

479 Navigating Programmatically.en_US.srt

5.4 KB

479 Navigating Programmatically.mp4

43.5 MB

480 Getting Started with Fetching Data.en_US.srt

13.7 KB

480 Getting Started with Fetching Data.mp4

111.0 MB

481 Using the useEffect() Hook.en_US.srt

14.4 KB

481 Using the useEffect() Hook.mp4

65.2 MB

482 Introducing React Context.en_US.srt

15.6 KB

482 Introducing React Context.mp4

62.7 MB

483 Context Logic & Different Ways Of Updating State.en_US.srt

8.2 KB

483 Context Logic & Different Ways Of Updating State.mp4

39.6 MB

484 Using Context In Components.en_US.srt

17.1 KB

484 Using Context In Components.mp4

228.2 MB

485 More Context Usage.en_US.srt

9.2 KB

485 More Context Usage.mp4

52.1 MB

486 Summary.en_US.srt

1.5 KB

486 Summary.mp4

5.8 MB

487 Module Resources.html

1.3 KB

/30 Course Roundup/

488 What Now_ Next Steps You Could Take!.en_US.srt

4.7 KB

488 What Now_ Next Steps You Could Take!.mp4

7.8 MB

489 Explore The React Ecosystem!.en_US.srt

6.6 KB

489 Explore The React Ecosystem!.mp4

20.0 MB

490 Finishing Thoughts.en_US.srt

1.7 KB

490 Finishing Thoughts.mp4

2.7 MB

491 Bonus!.html

1.5 KB

 

Total files 1097


Copyright © 2025 FileMood.com