1. Урок 1. 00:02:19
    Bootstrap a React Application with Yarn & Create React App
  2. Урок 2. 00:02:26
    Render a React UI with JSX
  3. Урок 3. 00:03:03
    Render in React Based on a Global State Object
  4. Урок 4. 00:05:19
    Refactor JSX in React to Stateless Functional Components
  5. Урок 5. 00:05:24
    Create a Redux-Style Reducer Function
  6. Урок 6. 00:02:24
    Create a Redux Store
  7. Урок 7. 00:02:08
    Render React UI Based on State Changes with Subscribe in Redux
  8. Урок 8. 00:06:46
    Keep UI and State Synchronized Using Controlled Components in React with Redux
  9. Урок 9. 00:03:17
    Make Dispatching Redux Actions More Reliable With Action Creators
  10. Урок 10. 00:02:11
    Create Redux Dispatch Functions From Action Creators with bindActionCreators
  11. Урок 11. 00:04:09
    Connect Redux to a React Application with react-redux
  12. Урок 12. 00:02:38
    Handle Actions in Redux with mapDispatchToProps
  13. Урок 13. 00:01:43
    Use mapDispatchToProps Shorthand Syntax in Redux
  14. Урок 14. 00:07:00
    Connect Redux to Individual React Components For More Efficient Rendering
  15. Урок 15. 00:01:36
    Setup a Mock API Server with the json-server npm module
  16. Урок 16. 00:08:30
    Dispatch Asynchronous Actions with Redux Thunk Middleware
  17. Урок 17. 00:06:39
    Save New Records on The Server with Redux Thunk and Fetch
  18. Урок 18. 00:04:14
    Configure and Use Redux Dev Tools
  19. Урок 19. 00:02:36
    Create a React Component to Display Status Messages
  20. Урок 20. 00:06:22
    Use Multiple Reducers in Redux with combineReducers
  21. Урок 21. 00:03:10
    Respond to a Single Redux Action in Multiple Reducers
  22. Урок 22. 00:07:45
    Update Existing Records on The Server with Redux Thunk and Fetch
  23. Урок 23. 00:06:14
    Delete Existing Records on The Server with Redux Thunk and Fetch
  24. Урок 24. 00:02:51
    Add React Router to a Redux Application
  25. Урок 25. 00:04:23
    Filter State Data in Redux with a Selector Function and React Router
  26. Урок 26. 00:06:28
    Configure a React & Redux Application For Production Deployment and Deploy to Now