Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Discover the react-query library, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:50
    Environment setup
  • Урок 2. 00:05:02
    Installing the required libraries
  • Урок 3. 00:06:25
    Exploring queries result returned by useQuery
  • Урок 4. 00:05:48
    First query
  • Урок 5. 00:05:24
    Displaying the list of posts in the UI
  • Урок 6. 00:06:32
    Handling loading state and errors
  • Урок 7. 00:03:40
    Exploring the behavior of react-query when the query status is an error
  • Урок 8. 00:07:06
    Introduction to react-query-devtools
  • Урок 9. 00:05:17
    Auto refetch on window focus
  • Урок 10. 00:04:17
    Adding a fetching indicator for update queries
  • Урок 11. 00:02:50
    Redefining the staletime
  • Урок 12. 00:03:38
    Cache time configuration - part 1 - code refactor
  • Урок 13. 00:06:05
    Query cacheTime configuration
  • Урок 14. 00:06:22
    Query caching and reuse
  • Урок 15. 00:04:54
    Reusing query in for displaying number of results
  • Урок 16. 00:04:27
    Creating a custom hook
  • Урок 17. 00:05:26
    Working with props and state in queries
  • Урок 18. 00:02:44
    Disabling queries
  • Урок 19. 00:01:49
    Magic of query caching
  • Урок 20. 00:01:56
    Creating multipart keys
  • Урок 21. 00:03:50
    Configuration of query retries
  • Урок 22. 00:06:40
    Working with initial data
  • Урок 23. 00:02:24
    Mark initial data as stale
  • Урок 24. 00:07:36
    Using react-router to retrieve related items_01
  • Урок 25. 00:05:41
    Reusing data from cache in the individual post page
  • Урок 26. 00:06:25
    Pushing data into the query cache