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