1. Урок 1. 00:05:27
    Introduction on State Management
  2. Урок 2. 00:05:52
    Redux: Three Principles
  3. Урок 3. 00:13:17
    Redux: Core Concepts
  4. Урок 4. 00:11:27
    Immutable and Mutable JavaScript
  5. Урок 5. 00:04:02
    Project walkthrough and installation
  6. Урок 6. 00:08:07
    Store creation and initial State
  7. Урок 7. 00:05:36
    Dispatching Actions
  8. Урок 8. 00:16:40
    All about Reducers
  9. Урок 9. 00:09:31
    Store Subscriptions
  10. Урок 10. 00:14:12
    Actions to Action Creators
  11. Урок 11. 00:05:29
    High level ngrx/store
  12. Урок 12. 00:04:01
    Reactive component architecture
  13. Урок 13. 00:13:40
    Project Setup and Walkthrough
  14. Урок 14. 00:08:55
    Action Constants and Creators
  15. Урок 15. 00:14:44
    Creating and Registering our Reducer
  16. Урок 16. 00:21:41
    State composition with Selectors
  17. Урок 17. 00:06:13
    Concepts of Effects
  18. Урок 18. 00:22:24
    Our first @Effect
  19. Урок 19. 00:16:28
    Optimizing Data Structures with Entities
  20. Урок 20. 00:09:33
    Hooking up @ngrx/router-store
  21. Урок 21. 00:13:59
    Custom Router State Serializers
  22. Урок 22. 00:17:56
    Router State and Entity Composition
  23. Урок 23. 00:10:45
    Further Action Creators
  24. Урок 24. 00:11:26
    Multiple Reducers
  25. Урок 25. 00:11:22
    Further Effects
  26. Урок 26. 00:11:18
    Selector Composition
  27. Урок 27. 00:14:50
    Mapping IDs to Entities
  28. Урок 28. 00:10:04
    Store Selectors and Async Pipe
  29. Урок 29. 00:14:44
    Creating, via Dispatch, Reducer and Effect
  30. Урок 30. 00:10:20
    Updating, via Dispatch, Reducer and Effect
  31. Урок 31. 00:11:55
    Deleting, via Dispatch, Reducer and Effect
  32. Урок 32. 00:14:50
    Router Actions and Effect
  33. Урок 33. 00:10:27
    Multiple Actions in Effects, Router Actions
  34. Урок 34. 00:14:41
    Preloading across multiple Routes
  35. Урок 35. 00:10:12
    Guards that check Store Entities
  36. Урок 36. 00:05:03
    One more Guard
  37. Урок 37. 00:03:49
    OnPush, everywhere
  38. Урок 38. 00:10:22
    Testing Actions
  39. Урок 39. 00:13:03
    Testing Reducers
  40. Урок 40. 00:18:33
    Testing Selectors
  41. Урок 41. 00:07:10
    Testing Effects