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