Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Introduction to State Machines Using XState, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:11
    Course Intro and Overview
  • Урок 2. 00:01:53
    Eliminate Boolean Explosion by Enumerating States
  • Урок 3. 00:03:08
    Replace Enumerated States with a State Machine
  • Урок 4. 00:02:02
    Use an Interpreter to Instantiate a Machine
  • Урок 5. 00:02:06
    Use XState Viz to Visually Develop and Test Your Machine
  • Урок 6. 00:02:49
    Add Actions to Transitions to Fire Side Effects
  • Урок 7. 00:02:46
    Trigger Actions When Entering and Exiting a XState State
  • Урок 8. 00:01:35
    Replace Inline Functions with String Shorthands
  • Урок 9. 00:01:26
    Use Internal Transitions in XState to Avoid State Exit and Re-Entry
  • Урок 10. 00:01:01
    Send Events to the Machine with the XState Send Action Creator
  • Урок 11. 00:03:42
    Track Infinite States with with XState Context
  • Урок 12. 00:02:31
    How Action Order Affects Assigns to Context in a XState Machine
  • Урок 13. 00:02:59
    Use Activities in XState to Run Ongoing Side Effects
  • Урок 14. 00:02:05
    Conditionally Transition to States with Guards in XState
  • Урок 15. 00:02:34
    Simplify State Explosion in XState through Hierarchical States
  • Урок 16. 00:02:25
    Multiple Simultaneous States with Parallel States
  • Урок 17. 00:02:38
    Recall Previous States with XState History States Nodes
  • Урок 18. 00:01:59
    Use XState Null Events and Transient Transitions to Immediately Transition States
  • Урок 19. 00:03:22
    Delay XState Events and Transitions
  • Урок 20. 00:02:46
    Invoking a Promise for Asynchronous State Transitions in XState
  • Урок 21. 00:03:21
    Invoke Callbacks to Send and Receive Events from a Parent XState Machine
  • Урок 22. 00:03:02
    Invoke Child XState Machines from a Parent Machine