Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Ultimate Guide to Vue Performance, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:30
    Introduction to Web Performance
  • Урок 2. 00:08:29
    Tree Shaking for Performant Vue Apps
  • Урок 3. 00:08:06
    How Code Splitting Makes Vue Apps Faster
  • Урок 4. 00:10:28
    How to Prefetch Lazily Loaded Vue Components
  • Урок 5. 00:09:47
    How the Right Architecture For Your Use Case Impacts Performance
  • Урок 6. 00:04:23
    Lazy Hydration of Vue Components
  • Урок 7. 00:04:04
    Vue Vapor Mode
  • Урок 8. 00:06:39
    How to Display Long Lists That Don’t Crash Your Pages with List Virtualization
  • Урок 9. 00:08:41
    How is Reactivity Depth Related to Performance
  • Урок 10. 00:04:54
    Avoid Memory Leaks that Slow Apps to a Crawl
  • Урок 11. 00:03:11
    Avoiding Unnecessary Component Abstractions
  • Урок 12. 00:11:20
    Proper Image Handling for Fast Vue Sites
  • Урок 13. 00:04:54
    Designing Components with Stable Props and Kill Unnecessary Re-renders
  • Урок 14. 00:01:13
    Using v-once for Static Content and Faster Apps
  • Урок 15. 00:02:26
    How v-memo Works and When to Use It
  • Урок 16. 00:04:03
    Computed Props- The Wrong Way and the Right Way
  • Урок 17. 00:05:49
    Basic Tips for Performant Data Fetching
  • Урок 18. 00:04:30
    How to Fetch Data in Parallel in Vue
  • Урок 19. 00:15:17
    How to Cache Data on the Client Side
  • Урок 20. 00:05:32
    How to Prefetch Data in a Vue App