Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Vue 3 Composition API 3, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:25
    Course Introduction
  • Урок 2. 00:08:46
    Introduction to the Vue.js 3 Composition API
  • Урок 3. 00:03:35
    Set up a Local Environment with Vite
  • Урок 4. 00:06:53
    Vue Composition API Setup Method
  • Урок 5. 00:06:14
    The Setup Method's Parameters: props and context
  • Урок 6. 00:07:00
    Reactive Primitives with Refs
  • Урок 7. 00:04:49
    Reactive Data with the Composition API
  • Урок 8. 00:08:56
    Refs vs Reactive With the Vue 3 Composition API
  • Урок 9. 00:05:14
    Computed Properties in the Composition API
  • Урок 10. 00:09:00
    Using Watch with the Composition API
  • Урок 11. 00:02:52
    The Composition API watchEffect Function
  • Урок 12. 00:08:42
    Using provide / inject with the Composition API
  • Урок 13. 00:01:02
    Lifecycle hooks and the Composition API
  • Урок 14. 00:04:11
    Script Setup
  • Урок 15. 00:04:23
    Overview of Example Blog
  • Урок 16. 00:04:02
    Creating a usePost Composable
  • Урок 17. 00:02:58
    Using the usePost Composable in Multiple Components
  • Урок 18. 00:03:04
    Using Vue Router with Composition API
  • Урок 19. 00:06:46
    Refactoring for a More Versatile Composable
  • Урок 20. 00:05:00
    Asynchronous Data and the Composition API
  • Урок 21. 00:04:55
    The Suspense Component
  • Урок 22. 00:09:33
    Use Shared State Between Uses of a Composable