File | Size |
---|
01 - Course Overview/01 - Course Overview.mp4 | 11.32 MB |
02 - Intro/02 - Course Outline.mp4 | 13.23 MB |
02 - Intro/03 - Who Is This Course For.mp4 | 8.17 MB |
02 - Intro/04 - How Is This Different from the React and Flux Course.mp4 | 2.55 MB |
02 - Intro/05 - Why Redux.mp4 | 5.16 MB |
02 - Intro/06 - Summary.mp4 | 514.51 kB |
03 - Environment Build/07 - Intro.mp4 | 5.28 MB |
03 - Environment Build/08 - Install Node.mp4 | 1.20 MB |
03 - Environment Build/09 - Open Initial Exercise Files.mp4 | 1.54 MB |
03 - Environment Build/10 - Visual Studio Code Intro.mp4 | 1.44 MB |
03 - Environment Build/11 - Prettier Intro.mp4 | 515.81 kB |
03 - Environment Build/12 - Configure Prettier.mp4 | 3.55 MB |
03 - Environment Build/13 - Review Initial Project Setup.mp4 | 4.71 MB |
03 - Environment Build/14 - Create Initial App Structure.mp4 | 4.67 MB |
03 - Environment Build/15 - Webpack - Intro.mp4 | 655.01 kB |
03 - Environment Build/16 - Webpack - Core Config Settings.mp4 | 8.32 MB |
03 - Environment Build/17 - Webpack - Dev Server.mp4 | 3.52 MB |
03 - Environment Build/18 - Webpack - Plugins.mp4 | 1.70 MB |
03 - Environment Build/19 - Webpack - Loaders.mp4 | 5.60 MB |
03 - Environment Build/20 - Babel Intro.mp4 | 7.01 MB |
03 - Environment Build/21 - Configure Babel.mp4 | 4.04 MB |
03 - Environment Build/22 - Start Webpack via npm Script.mp4 | 5.42 MB |
03 - Environment Build/23 - Debugging and Sourcemaps.mp4 | 2.34 MB |
03 - Environment Build/24 - Handling EADDRINUSE Error.mp4 | 2.10 MB |
03 - Environment Build/25 - ESLint Intro.mp4 | 572.50 kB |
03 - Environment Build/26 - Configure ESLint.mp4 | 14.63 MB |
03 - Environment Build/27 - Summary.mp4 | 1.10 MB |
04 - React Component Approaches/28 - Intro.mp4 | 1.00 MB |
04 - React Component Approaches/29 - Four Ways to Create React Components.mp4 | 396.43 kB |
04 - React Component Approaches/30 - createClass Component.mp4 | 364.48 kB |
04 - React Component Approaches/31 - Class Component.mp4 | 434.84 kB |
04 - React Component Approaches/32 - Function Component.mp4 | 299.49 kB |
04 - React Component Approaches/33 - Arrow Function Component.mp4 | 1,022.78 kB |
04 - React Component Approaches/34 - Functional Component Benefits.mp4 | 3.99 MB |
04 - React Component Approaches/35 - When to Use Class vs. Function Components.mp4 | 3.48 MB |
04 - React Component Approaches/36 - Container vs. Presentation Components.mp4 | 3.81 MB |
04 - React Component Approaches/37 - Summary.mp4 | 1.10 MB |
05 - Initial App Structure/38 - Intro.mp4 | 577.59 kB |
05 - Initial App Structure/39 - Create Home Page.mp4 | 2.97 MB |
05 - Initial App Structure/40 - Create About Page.mp4 | 2.02 MB |
05 - Initial App Structure/41 - Configure App Entry Point.mp4 | 4.66 MB |
05 - Initial App Structure/42 - Create App Layout.mp4 | 5.74 MB |
05 - Initial App Structure/43 - Create Header.mp4 | 6.29 MB |
05 - Initial App Structure/44 - Create 404 Page.mp4 | 5.42 MB |
05 - Initial App Structure/45 - Create Course Page.mp4 | 5.76 MB |
05 - Initial App Structure/46 - Summary.mp4 | 456.82 kB |
06 - Intro to Redux/47 - Intro.mp4 | 968.91 kB |
06 - Intro to Redux/48 - Do I Need Redux.mp4 | 8.51 MB |
06 - Intro to Redux/49 - When Is Redux Helpful.mp4 | 2.51 MB |
06 - Intro to Redux/50 - Three Core Redux Principles.mp4 | 1.47 MB |
06 - Intro to Redux/51 - Flux vs. Redux.mp4 | 7.64 MB |
06 - Intro to Redux/52 - Redux Flow Overview.mp4 | 2.12 MB |
06 - Intro to Redux/53 - Summary.mp4 | 1.17 MB |
07 - Actions, Stores, and Reducers/54 - Intro.mp4 | 689.88 kB |
07 - Actions, Stores, and Reducers/55 - Actions.mp4 | 1.52 MB |
07 - Actions, Stores, and Reducers/56 - Store.mp4 | 1.85 MB |
07 - Actions, Stores, and Reducers/57 - What Is Immutability.mp4 | 11.96 MB |
07 - Actions, Stores, and Reducers/58 - Why Immutability.mp4 | 5.18 MB |
07 - Actions, Stores, and Reducers/59 - Handling Immutability.mp4 | 1.89 MB |
07 - Actions, Stores, and Reducers/60 - Reducers.mp4 | 8.55 MB |
07 - Actions, Stores, and Reducers/61 - Summary.mp4 | 2.04 MB |
08 - Connecting React to Redux/62 - Intro.mp4 | 1.38 MB |
08 - Connecting React to Redux/63 - Container vs. Presentational Components.mp4 | 1.93 MB |
08 - Connecting React to Redux/64 - React-Redux Introduction.mp4 | 6.22 MB |
08 - Connecting React to Redux/65 - mapStateToProps.mp4 | 5.23 MB |
08 - Connecting React to Redux/66 - mapDispatchToProps.mp4 | 5.16 MB |
08 - Connecting React to Redux/67 - A Chat with Redux.mp4 | 2.66 MB |
08 - Connecting React to Redux/68 - Summary.mp4 | 2.07 MB |
09 - Redux Flow/69 - Intro.mp4 | 2.25 MB |
09 - Redux Flow/70 - Create Simple Add Course Form.mp4 | 8.76 MB |
09 - Redux Flow/71 - Binding in Classes.mp4 | 9.59 MB |
09 - Redux Flow/72 - Handle Submit.mp4 | 4.75 MB |
09 - Redux Flow/73 - Create Course Action.mp4 | 4.14 MB |
09 - Redux Flow/74 - Create Course Reducer and Root Reducer.mp4 | 13.65 MB |
09 - Redux Flow/75 - Create Store.mp4 | 12.00 MB |
09 - Redux Flow/76 - Instantiate Store and Provider.mp4 | 6.61 MB |
09 - Redux Flow/77 - Connect Container Component.mp4 | 20.79 MB |
09 - Redux Flow/78 - Step through Redux Flow and Try Redux DevTools.mp4 | 21.24 MB |
09 - Redux Flow/79 - mapDispatchToProps - Manual Mapping.mp4 | 7.42 MB |
09 - Redux Flow/80 - mapDispatchToProps - bindActionCreators.mp4 | 6.46 MB |
09 - Redux Flow/81 - mapDispatchToProps - Object Form.mp4 | 6.24 MB |
09 - Redux Flow/82 - Action Type Constants.mp4 | 7.32 MB |
09 - Redux Flow/83 - Summary.mp4 | 1.39 MB |
10 - Async in Redux/84 - Intro.mp4 | 1.13 MB |
10 - Async in Redux/85 - Why a Mock API.mp4 | 3.20 MB |
10 - Async in Redux/86 - Mock API Setup.mp4 | 25.72 MB |
10 - Async in Redux/87 - Middleware and Async Library Options.mp4 | 5.33 MB |
10 - Async in Redux/88 - Thunk Introduction.mp4 | 7.13 MB |
10 - Async in Redux/89 - Remove Inline Manage Course Form.mp4 | 4.20 MB |
10 - Async in Redux/90 - Add First Thunk.mp4 | 14.85 MB |
10 - Async in Redux/91 - Handle Loading Courses in Reducer.mp4 | 1.86 MB |
10 - Async in Redux/92 - Dispatch Actions on Load.mp4 | 6.18 MB |
10 - Async in Redux/93 - Create CourseList.mp4 | 9.28 MB |
10 - Async in Redux/94 - Practice Redux Flow - Load and Display Author Data.mp4 | 31.07 MB |
10 - Async in Redux/95 - Centralize Initial Redux State.mp4 | 3.98 MB |
10 - Async in Redux/96 - Summary.mp4 | 1.79 MB |
11 - Async Writes in Redux/100 - Configure Routing for ManageCoursePage.mp4 | 4.29 MB |
11 - Async Writes in Redux/101 - Convert Class Component to Function Component with Hooks.mp4 | 8.25 MB |
11 - Async Writes in Redux/102 - Create Course Form.mp4 | 5.62 MB |
11 - Async Writes in Redux/103 - Create Reusable TextInput and SelectInput Components.mp4 | 5.16 MB |
11 - Async Writes in Redux/104 - Call CourseForm on ManageCoursePage.mp4 | 18.60 MB |
11 - Async Writes in Redux/105 - Implement Centralized Change Handler.mp4 | 11.06 MB |
11 - Async Writes in Redux/106 - Add Save Course Thunk and Action Creators.mp4 | 6.67 MB |
11 - Async Writes in Redux/107 - Handle Creates and Updates in Reducer.mp4 | 5.47 MB |
11 - Async Writes in Redux/108 - Dispatch Create and Update.mp4 | 9.50 MB |
11 - Async Writes in Redux/109 - Redirect via React Router's Redirect Component.mp4 | 5.42 MB |
11 - Async Writes in Redux/110 - Redirect via React Router's History.mp4 | 5.82 MB |
11 - Async Writes in Redux/111 - Populate Form via mapStateToProps.mp4 | 25.92 MB |
11 - Async Writes in Redux/112 - Summary.mp4 | 1.07 MB |
11 - Async Writes in Redux/97 - Intro.mp4 | 704.91 kB |
11 - Async Writes in Redux/98 - Create Manage Course Page.mp4 | 8.32 MB |
11 - Async Writes in Redux/99 - Implement Object Form of mapStateToProps.mp4 | 12.98 MB |
12 - Async Status and Error Handling/113 - Intro.mp4 | 6.18 MB |
12 - Async Status and Error Handling/114 - Create Spinner Component.mp4 | 3.47 MB |
12 - Async Status and Error Handling/115 - Create API Status Actions.mp4 | 12.31 MB |
12 - Async Status and Error Handling/116 - Call Begin API in Thunks.mp4 | 6.96 MB |
12 - Async Status and Error Handling/117 - Add Spinner to Course Pages.mp4 | 14.53 MB |
12 - Async Status and Error Handling/118 - Add Form Submission Loading Indicator.mp4 | 13.30 MB |
12 - Async Status and Error Handling/119 - Handle Server-side Validation and API Errors.mp4 | 22.59 MB |
12 - Async Status and Error Handling/120 - Implement Client-side Validation.mp4 | 8.46 MB |
12 - Async Status and Error Handling/121 - Optimistic Deletes.mp4 | 30.06 MB |
12 - Async Status and Error Handling/122 - Async_Await.mp4 | 5.94 MB |
12 - Async Status and Error Handling/123 - Summary.mp4 | 1.13 MB |
13 - Testing React/124 - Intro.mp4 | 1.50 MB |
13 - Testing React/125 - Testing Frameworks and Libraries.mp4 | 10.85 MB |
13 - Testing React/126 - Configure Jest.mp4 | 8.60 MB |
13 - Testing React/127 - Test React with Jest Snapshot Tests.mp4 | 25.07 MB |
13 - Testing React/128 - Test React with Enyzme.mp4 | 24.74 MB |
13 - Testing React/129 - Test React with React Testing Library.mp4 | 15.84 MB |
13 - Testing React/130 - Summary.mp4 | 1.03 MB |
14 - Testing Redux/131 - Intro.mp4 | 807.01 kB |
14 - Testing Redux/132 - Overview - Testing Connected React Components.mp4 | 2.83 MB |
14 - Testing Redux/133 - Testing Connected React Components.mp4 | 20.28 MB |
14 - Testing Redux/134 - Testing Action Creators.mp4 | 6.49 MB |
14 - Testing Redux/135 - Testing Thunks.mp4 | 8.93 MB |
14 - Testing Redux/136 - Testing Reducers.mp4 | 8.90 MB |
14 - Testing Redux/137 - Testing the Store.mp4 | 4.85 MB |
14 - Testing Redux/138 - Summary.mp4 | 723.77 kB |
15 - Production Builds/139 - Intro.mp4 | 2.69 MB |
15 - Production Builds/140 - Production Build Plan Overview.mp4 | 2.95 MB |
15 - Production Builds/141 - Set up Production Redux Store.mp4 | 6.50 MB |
15 - Production Builds/142 - Set up Webpack.mp4 | 12.78 MB |
15 - Production Builds/143 - Set up npm Scripts.mp4 | 7.79 MB |
15 - Production Builds/144 - Run Production Build and Review Bundle Content.mp4 | 16.82 MB |
15 - Production Builds/145 - Run Production App Locally.mp4 | 9.32 MB |
15 - Production Builds/146 - Final Challenges.mp4 | 12.43 MB |
Discuss.FTUForum.com.html | 31.89 kB |
Exercise Files.zip | 11.68 MB |
FreeCoursesOnline.Me.html | 108.30 kB |
FTUForum.com.html | 100.44 kB |
How you can help Team-FTU.txt | 235.00 B |
Torrent Downloaded From GloDls.to.txt | 84.00 B |