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