1. Урок 1. 00:02:31
    Introduction, Philosophy, and Tips
  2. Урок 2. 00:08:41
    What is the Store?
  3. Урок 3. 00:02:21
    (Project) Create Store - Getting the State
  4. Урок 4. 00:04:36
    (Project) Create Store - Listening to Changes
  5. Урок 5. 00:05:53
    (Project) Create Store - Updating the State
  6. Урок 6. 00:07:03
    (Project) The Reducer Function
  7. Урок 7. 00:13:59
    (Project) Create Store - Dispatching Changes
  8. Урок 8. 00:10:07
    (Project) Handling more Actions
  9. Урок 9. 00:09:03
    (Project) Combining Reducers
  10. Урок 10. 00:03:00
    (Project) Leveraging Constants
  11. Урок 11. 00:05:17
    (Project) Action Creators
  12. Урок 12. 00:04:04
    Review - The Store, Actions, and Reducers
  13. Урок 13. 00:02:05
    (Project) App Scaffolding
  14. Урок 14. 00:02:28
    (Project) Basic UI
  15. Урок 15. 00:05:53
    (Project) Dispatching New Items
  16. Урок 16. 00:09:30
    (Project) Subscribing for UI Updates
  17. Урок 17. 00:05:16
    (Project) Dispatching to Remove Items
  18. Урок 18. 00:06:37
    (Project) This is Redux
  19. Урок 19. 00:06:07
    Review - UI
  20. Урок 20. 00:04:16
    (Project) Customizing Dispatch
  21. Урок 21. 00:07:51
    (Project) Utilizing Redux Middleware
  22. Урок 22. 00:04:37
    (Project) Logger Middleware
  23. Урок 23. 00:05:21
    (Project) Adding in React
  24. Урок 24. 00:05:30
    (Project) Dispatching Todos with React
  25. Урок 25. 00:02:37
    (Project) Dispatching Goals with React
  26. Урок 26. 00:10:17
    (Project) Lists with React and Redux
  27. Урок 27. 00:05:02
    (Project) Toggling UI with Redux
  28. Урок 28. 00:07:43
    (Project) Handling Initial Data
  29. Урок 29. 00:02:37
    (Project) Loading States with Redux
  30. Урок 30. 00:06:50
    (Project) Optimistically Deleting Items
  31. Урок 31. 00:01:48
    (Project) Optimistically Toggling Todos
  32. Урок 32. 00:04:21
    (Project) Persisting Items
  33. Урок 33. 00:10:53
    (Project) Custom Thunk
  34. Урок 34. 00:06:10
    (Project) Thunkify Goals
  35. Урок 35. 00:03:50
    (Project) Thunkify Todos
  36. Урок 36. 00:01:41
    (Project) Thunkify Initial Data
  37. Урок 37. 00:01:37
    (Project) Redux Thunk Middleware
  38. Урок 38. 00:03:27
    Downsides of React and Redux
  39. Урок 39. 00:08:35
    React's Context API
  40. Урок 40. 00:11:38
    (Project) Utilizing Context
  41. Урок 41. 00:12:10
    (Project) Connecting Components to the Redux Store
  42. Урок 42. 00:11:50
    (Project) Implementing connect
  43. Урок 43. 00:03:23
    (Project) Using react-redux
  44. Урок 44. 00:02:38
    (Project) Redux Folder Structure - Create React App
  45. Урок 45. 00:05:11
    (Project) Redux Folder Structure - Actions
  46. Урок 46. 00:03:19
    (Project) Redux Folder Structure - Reducers
  47. Урок 47. 00:02:08
    (Project) Redux Folder Structure - Middleware
  48. Урок 48. 00:03:31
    (Project) Redux Folder Structure - Components
  49. Урок 49. 00:02:18
    (Project) Redux Folder Structure - The Store
  50. Урок 50. 00:13:41
    Why React Hooks?
  51. Урок 51. 00:07:38
    (Project) Refactor
  52. Урок 52. 00:01:51
    (Project) Introduction to Polls
  53. Урок 53. 00:02:17
    (Project) Starter Code
  54. Урок 54. 00:05:52
    (Project) Authed User
  55. Урок 55. 00:03:25
    (Project) Users
  56. Урок 56. 00:03:21
    (Project) Loading
  57. Урок 57. 00:11:15
    (Project) Polls
  58. Урок 58. 00:06:49
    (Project) Answers
  59. Урок 59. 00:04:37
    (Project) Shared
  60. Урок 60. 00:02:28
    (Project) Logger
  61. Урок 61. 00:04:41
    (Project) Leaderboard
  62. Урок 62. 00:07:55
    (Project) Dashboard
  63. Урок 63. 00:08:28
    (Project) Add Poll
  64. Урок 64. 00:04:18
    (Project) Routes
  65. Урок 65. 00:10:30
    (Project) Poll
  66. Урок 66. 00:03:33
    Next Steps