Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Complete Guide to Data Fetching in Nuxt, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:50
    Intro to Data Fetching in Nuxt
  • Урок 2. 00:10:26
    useFetch vs useAsyncData vs $fetch
  • Урок 3. 00:02:42
    Another Use Case for $fetch - in API Endpoints
  • Урок 4. 00:05:27
    To Await or Not Await useFetch (Blocking vs Non-Blocking)
  • Урок 5. 00:06:08
    Loading Indicators on Blocking and Non-Blocking Requests
  • Урок 6. 00:07:39
    ReRunning Fetch Requests Automatically and Manually
  • Урок 7. 00:05:53
    Error Handling with useFetch
  • Урок 8. 00:04:42
    Making Parallel Requests in Nuxt
  • Урок 9. 00:06:59
    How to Cache Data with the Key Option for useAsyncData and useFetch
  • Урок 10. 00:06:09
    Caching Responses with useFetch and useAsyncData in Nuxt
  • Урок 11. 00:05:57
    How to Minimize the Payload Size with Nuxt useFetch
  • Урок 12. 00:07:02
    A Brief Overview of Other Nuxt useFetch Configuration Options
  • Урок 13. 00:04:31
    How Data is Serialized from Server to Client In Nuxt
  • Урок 14. 00:11:33
    Data Serialization from Internal API Endpoints in Nuxt
  • Урок 15. 00:01:59
    Create a Custom useFetch Nuxt Composable
  • Урок 16. 00:00:55
    Conclusion