-
Урок 1. 00:02:182- What is Redux
-
Урок 2. 00:05:303- Pros and Cons of Redux
-
Урок 3. 00:02:304- Is Redux for You
-
Урок 4. 00:01:495- Setting Up the Development Environment
-
Урок 5. 00:00:291- Introduction
-
Урок 6. 00:01:262- What is Functional Programming
-
Урок 7. 00:03:083- Functions as First-class Citizens
-
Урок 8. 00:01:344- Higher-order Functions
-
Урок 9. 00:03:395- Function Composition
-
Урок 10. 00:02:236- Composing and Piping
-
Урок 11. 00:05:457- Currying
-
Урок 12. 00:02:518- Pure Functions
-
Урок 13. 00:04:159- Immutability
-
Урок 14. 00:04:3410- Updating Objects
-
Урок 15. 00:03:5611- Updating Arrays
-
Урок 16. 00:01:0612- Enforcing Immutability
-
Урок 17. 00:03:4013- Immutable.js
-
Урок 18. 00:02:5514- Immer
-
Урок 19. 00:00:261- Introduction
-
Урок 20. 00:05:042- Redux Architecture
-
Урок 21. 00:01:453- Your First Redux App
-
Урок 22. 00:01:284- Designing the Store
-
Урок 23. 00:03:275- Defining the Actions
-
Урок 24. 00:06:146- Creating a Reducer
-
Урок 25. 00:01:277- Creating the Store
-
Урок 26. 00:02:468- Dispatching Actions
-
Урок 27. 00:02:089- Subscribing to the Store
-
Урок 28. 00:03:5410- Action Types
-
Урок 29. 00:02:5911- Action Creators
-
Урок 30. 00:00:1812- Exercise
-
Урок 31. 00:04:5813- Solution
-
Урок 32. 00:00:191- Introduction
-
Урок 33. 00:01:112- Redux Store
-
Урок 34. 00:04:193- Private Properties
-
Урок 35. 00:03:054- Dispatching Actions
-
Урок 36. 00:02:375- Subscribing to the Store
-
Урок 37. 00:00:161- Introduction
-
Урок 38. 00:02:562- Installing Redux DevTools
-
Урок 39. 00:02:263- The Basics
-
Урок 40. 00:03:534- Inspector Monitor
-
Урок 41. 00:04:275- Tracing
-
Урок 42. 00:01:366- Exporting and Importing
-
Урок 43. 00:00:161- Introduction
-
Урок 44. 00:02:372- Structuring Files and Folders
-
Урок 45. 00:05:473- Ducks Pattern
-
Урок 46. 00:01:364- Redux Toolkit
-
Урок 47. 00:02:465- Creating the Store
-
Урок 48. 00:05:286- Creating Actions
-
Урок 49. 00:06:577- Creating Reducers
-
Урок 50. 00:05:078- Creating Slices
-
Урок 51. 00:00:569- Exercise
-
Урок 52. 00:03:2310- Solution
-
Урок 53. 00:00:201- Introduction
-
Урок 54. 00:03:152- Redux State vs Local State
-
Урок 55. 00:03:243- Structuring a Redux Store
-
Урок 56. 00:04:104- Combining Reducers
-
Урок 57. 00:01:475- Normalization
-
Урок 58. 00:03:386- Selectors
-
Урок 59. 00:04:487- Memoizing Selectors with Reselect
-
Урок 60. 00:00:228- Exercise
-
Урок 61. 00:08:209- Solution
-
Урок 62. 00:00:211- Introduction
-
Урок 63. 00:01:122- What is Middleware
-
Урок 64. 00:06:093- Creating Middleware
-
Урок 65. 00:01:454- Parameterizing Middleware
-
Урок 66. 00:08:155- Dispatching Functions
-
Урок 67. 00:00:496- Exercise
-
Урок 68. 00:02:047- Solution
-
Урок 69. 00:00:251- Introduction
-
Урок 70. 00:01:162- Setting Up the Backend
-
Урок 71. 00:03:363- The Approach
-
Урок 72. 00:08:594- API Middleware
-
Урок 73. 00:05:515- Actions
-
Урок 74. 00:02:226- Restructuring the Store
-
Урок 75. 00:06:357- Getting Data from the Server
-
Урок 76. 00:05:048- Loading Indicators
-
Урок 77. 00:06:189- Caching
-
Урок 78. 00:03:4110- Saving Data to the Server
-
Урок 79. 00:00:1911- Exercise
-
Урок 80. 00:04:0512- Solution- Resolving Bugs
-
Урок 81. 00:02:3013- Solution- Assigning a Bug to a User
-
Урок 82. 00:04:5614- Reducing Coupling
-
Урок 83. 00:01:4915- Cohesion
-
Урок 84. 00:00:401- Introduction
-
Урок 85. 00:03:112- What is Automated Testing
-
Урок 86. 00:04:443- Setting Up the Testing Environment
-
Урок 87. 00:05:314- Your First Unit Test
-
Урок 88. 00:05:115- Unit Testing Redux Applications
-
Урок 89. 00:09:056- Solitary Tests
-
Урок 90. 00:09:217- Social Tests
-
Урок 91. 00:03:378- Mocking HTTP Calls
-
Урок 92. 00:05:409- Writing Clean Tests
-
Урок 93. 00:01:4410- Test Coverage
-
Урок 94. 00:00:2411- Exercises
-
Урок 95. 00:06:0012- Solution- getUnresolvedBugs
-
Урок 96. 00:05:4613- Solution- resolveBug
-
Урок 97. 00:12:1014- Solution- loadingBugs
-
Урок 98. 00:01:351- Creating a React App
-
Урок 99. 00:01:072- Installing Redux
-
Урок 100. 00:05:303- Providing the Store
-
Урок 101. 00:05:114- Subscribing and Dispatching
-
Урок 102. 00:08:335- Connecting Components Using react-redux
-
Урок 103. 00:05:596- Hooks
-
Урок 104. 00:00:258- Exercise
-
Урок 105. 00:03:209- Solution
- Категории
- Источники
- Все курсы
- Разделы
- Книги
It should be Lesson 104 - "7 - Connect One or Many Components?".