1. Урок 1. 00:01:21
    Course Overview
  2. Урок 2. 00:01:03
    Welcome
  3. Урок 3. 00:00:51
    What Are Types?
  4. Урок 4. 00:01:31
    Categories of Types
  5. Урок 5. 00:01:16
    JavaScript's Existing Types
  6. Урок 6. 00:01:12
    What Is Flow?
  7. Урок 7. 00:01:00
    Origins of Flowtype
  8. Урок 8. 00:02:49
    Flow Compared to Others
  9. Урок 9. 00:00:26
    Intro to Flow in a Project
  10. Урок 10. 00:00:47
    Install Flow-bin
  11. Урок 11. 00:04:13
    Run the Flowtype CLI
  12. Урок 12. 00:01:36
    Attempted to Use Flowtyped Code
  13. Урок 13. 00:02:37
    Configure Babel for Flow
  14. Урок 14. 00:01:50
    Flowtype Editor Support
  15. Урок 15. 00:00:25
    Introduction
  16. Урок 16. 00:01:12
    Project Intro
  17. Урок 17. 00:05:18
    Start the Project with Flow
  18. Урок 18. 00:04:05
    Create the First UI
  19. Урок 19. 00:03:32
    Complete the UI
  20. Урок 20. 00:06:44
    Design the Data Model
  21. Урок 21. 00:05:07
    Layer Data onto the UI
  22. Урок 22. 00:04:16
    Fetch Data
  23. Урок 23. 00:09:28
    Setup Routes
  24. Урок 24. 00:00:25
    Introduction
  25. Урок 25. 00:04:22
    Project Next Steps
  26. Урок 26. 00:03:00
    Extract Data Store Class
  27. Урок 27. 00:02:06
    Code to Interface
  28. Урок 28. 00:06:30
    Extract Middleware Function
  29. Урок 29. 00:05:46
    Handle Potential Errors with Types
  30. Урок 30. 00:01:26
    Refactor Result Type
  31. Урок 31. 00:06:24
    Create Error Page
  32. Урок 32. 00:02:14
    Handle Maybes
  33. Урок 33. 00:00:31
    Introduction
  34. Урок 34. 00:00:33
    Libdefs so Far
  35. Урок 35. 00:01:33
    Flow-typed Community
  36. Урок 36. 00:04:12
    Fill out Libdef Stub
  37. Урок 37. 00:01:24
    Specify Return Types
  38. Урок 38. 00:02:38
    Move Common Types to Libdefs
  39. Урок 39. 00:00:21
    Thank You