1. Урок 1. 00:02:28
    Introduction to using the State ADT with Redux
  2. Урок 2. 00:03:43
    Define Discrete State Transitions using the State ADT
  3. Урок 3. 00:02:34
    Combine State Dependent Transactions with the State ADT
  4. Урок 4. 00:02:59
    Transition a Stateful ADT with Outside Input
  5. Урок 5. 00:02:53
    Compose Simple State ADT Transitions into One Complex Transaction
  6. Урок 6. 00:03:48
    Read and Transform Values from a State ADT’s State
  7. Урок 7. 00:05:32
    Transition State based on Existing State using the State ADT
  8. Урок 8. 00:03:32
    Combine Multiple State ADT Instances with the Same Input
  9. Урок 9. 00:06:30
    Generate Randomness Using the State ADT
  10. Урок 10. 00:05:23
    Use a Pure RNG with the State ADT to Select an Element from State
  11. Урок 11. 00:03:49
    Multiply Two Arrays over a Function in JavaScript
  12. Урок 12. 00:02:41
    Draw Items from One JavaScript Array to Another using a Pair ADT
  13. Урок 13. 00:04:40
    Randomly Pull an Item from an Array with the State ADT
  14. Урок 14. 00:04:59
    Pull Many Random Numbers in a Single State ADT Transaction
  15. Урок 15. 00:04:03
    Adapt Redux Actions/Reducers for Use with the State ADT
  16. Урок 16. 00:05:32
    Create State ADT Based Reducers
  17. Урок 17. 00:05:11
    Combine Multiple State ADT Based Redux Reducers
  18. Урок 18. 00:02:40
    Initialize Redux Application State Using The State ADT
  19. Урок 19. 00:03:49
    Debug a Functional JavaScript composeK Flow
  20. Урок 20. 00:04:27
    Create a Redux Store for Use with a State ADT Based Reducer
  21. Урок 21. 00:02:57
    Connect State ADT Based Redux Actions to a React Application
  22. Урок 22. 00:02:44
    Create Redux Middleware to Dispatch Multiple Actions
  23. Урок 23. 00:03:39
    Create Redux Middleware to Dispatch Actions with the Async ADT
  24. Урок 24. 00:02:54
    Dispatch Multiple Asynchronous Redux Actions with Arguments
  25. Урок 25. 00:02:47
    Extend State ADT Based Transitions after React/Redux Integration
  26. Урок 26. 00:02:13
    Dispatch a Single State ADT Based Redux Action