Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай State Management at Scale in React & Next.js, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:02
    Introduction
  • Урок 2. 00:06:36
    Course Overview
  • Урок 3. 00:04:45
    Deriving State Anti-Pattern
  • Урок 4. 00:04:48
    useState & Redundant State Anti-Pattern
  • Урок 5. 00:10:46
    State Anti-Pattern Exercise
  • Урок 6. 00:03:35
    Incidental vs. Accidental Complexity
  • Урок 7. 00:12:04
    Essential Modeling Diagrams
  • Урок 8. 00:12:25
    Application Flow Exercise
  • Урок 9. 00:09:41
    Best Practices for State Optimization
  • Урок 10. 00:13:37
    Finite States
  • Урок 11. 00:12:41
    Combining State Exercise
  • Урок 12. 00:04:22
    Type State Implementation
  • Урок 13. 00:06:51
    Managing FormData with useActionState
  • Урок 14. 00:18:06
    Converting useState to FormData
  • Урок 15. 00:12:17
    useReducer for Complex State Logic
  • Урок 16. 00:11:57
    State Flow with use(), Stores & Effects
  • Урок 17. 00:13:19
    Context and State Machine Exercise
  • Урок 18. 00:11:33
    Step-Based Approach
  • Урок 19. 00:06:45
    Store vs Atomic Libraries
  • Урок 20. 00:14:14
    XState Store
  • Урок 21. 00:08:41
    External State Management Exercise
  • Урок 22. 00:08:04
    Flattening Nested Data Structures
  • Урок 23. 00:20:30
    Data Normalization Exercise
  • Урок 24. 00:05:15
    Undo & Redo Events
  • Урок 25. 00:04:12
    Avoiding Cascading Effects
  • Урок 26. 00:08:26
    Refactor Cascading Effects Exercise
  • Урок 27. 00:12:33
    State Management with URL Parameters
  • Урок 28. 00:04:24
    Server State Management with TanStack Query
  • Урок 29. 00:09:42
    TanStack Query Exercise
  • Урок 30. 00:02:59
    Syncing with External Stores
  • Урок 31. 00:02:31
    useSyncExternalStore Hook Exercise
  • Урок 32. 00:06:30
    Testing Reducers vs Testing Components
  • Урок 33. 00:02:57
    Wrapping Up