Удален по просьбе правообладателя
  • Урок 1. 00:09:22
    Introduction
  • Урок 2. 00:10:47
    The Project
  • Урок 3. 00:11:27
    Hello World
  • Урок 4. 00:13:54
    Build Process
  • Урок 5. 00:05:11
    Code Style
  • Урок 6. 00:06:07
    Code Formatting
  • Урок 7. 00:04:35
    Editor Setup
  • Урок 8. 00:07:37
    Linting
  • Урок 9. 00:01:55
    Testing & Type Checking
  • Урок 10. 00:05:29
    Organizing Your Code
  • Урок 11. 00:14:46
    Init the Project
  • Урок 12. 00:04:16
    Debugging ESLint
  • Урок 13. 00:08:11
    State Machine
  • Урок 14. 00:07:41
    Building the UI: HTML
  • Урок 15. 00:17:19
    Building the UI: CSS
  • Урок 16. 00:05:54
    Unhiding Elements
  • Урок 17. 00:10:39
    Interacting with the UI: Adding Buttons
  • Урок 18. 00:05:17
    Interacting with the UI: Creating Constants
  • Урок 19. 00:11:30
    Adding New States
  • Урок 20. 00:10:19
    Adding Helper Functions
  • Урок 21. 00:14:14
    Transitioning Between States
  • Урок 22. 00:07:26
    Refactoring
  • Урок 23. 00:11:30
    Building a New Action
  • Урок 24. 00:08:24
    Resetting States
  • Урок 25. 00:05:34
    Wrapping Up