Удален по просьбе правообладателя
  1. Урок 1. 00:03:46
    Introduction
  2. Урок 2. 00:05:37
    Why Svelte
  3. Урок 3. 00:10:18
    Svelte Basics
  4. Урок 4. 00:07:13
    Data Reactivity
  5. Урок 5. 00:03:17
    Props
  6. Урок 6. 00:02:51
    if else Blocks
  7. Урок 7. 00:04:15
    each & Keyed each Blocks
  8. Урок 8. 00:02:56
    Asynchronous await Blocks
  9. Урок 9. 00:10:31
    Events
  10. Урок 10. 00:12:11
    Input & Template Binding
  11. Урок 11. 00:03:20
    Media & Dimension Binding
  12. Урок 12. 00:03:18
    this & Component Binding
  13. Урок 13. 00:06:03
    onMount & onDestroy Lifecycle
  14. Урок 14. 00:09:15
    beforeUpdate, afterUpdate & tick
  15. Урок 15. 00:08:14
    Stores & Derived State
  16. Урок 16. 00:03:35
    Custom Stores & Store Bindings
  17. Урок 17. 00:05:48
    Adding Motion with Easing & Spring
  18. Урок 18. 00:09:40
    Transitions
  19. Урок 19. 00:04:06
    Custom Transitions & Events
  20. Урок 20. 00:04:28
    Local & Deferred Transitions
  21. Урок 21. 00:07:40
    Animations & Actions
  22. Урок 22. 00:01:49
    Classes Directive
  23. Урок 23. 00:05:17
    Composing Components with Slots
  24. Урок 24. 00:03:31
    Context API
  25. Урок 25. 00:07:52
    Special Elements
  26. Урок 26. 00:02:54
    Modules Context for Sharing Code
  27. Урок 27. 00:02:17
    Debugging
  28. Урок 28. 00:08:58
    Creating a Svelte App from Scratch
  29. Урок 29. 00:07:15
    Building an Application Frame
  30. Урок 30. 00:09:17
    Creating the Welcome Screen
  31. Урок 31. 00:08:34
    Creating Categories Navigation
  32. Урок 32. 00:08:36
    Fetching API Data
  33. Урок 33. 00:09:41
    Creating the Game Screen
  34. Урок 34. 00:13:16
    Game Layout & Buttons
  35. Урок 35. 00:05:12
    Wiring Up Interactivity
  36. Урок 36. 00:09:41
    Game Activity Display
  37. Урок 37. 00:07:17
    Game Completion State
  38. Урок 38. 00:06:35
    Displaying Game Data
  39. Урок 39. 00:13:07
    Polishing UI & Adding Transitions
  40. Урок 40. 00:02:05
    Adding Meta
  41. Урок 41. 00:07:05
    Making an Installable PWA
  42. Урок 42. 00:10:52
    Sapper
  43. Урок 43. 00:06:32
    Server Rendering in Sapper
  44. Урок 44. 00:02:16
    Wrapping Up