Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React Query: Server State Management in React, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:06:01
    Introduction to React Query
  • Урок 2. 00:03:03
    Introduction to this Course
  • Урок 3. 00:05:39
    First project: Blog-em Ipsum
  • Урок 4. 00:07:47
    Creating Queries with useQuery
  • Урок 5. 00:07:03
    Handling Loading and Error States
  • Урок 6. 00:04:57
    React Query Dev Tools
  • Урок 7. 00:06:33
    staleTime vs cacheTime
  • Урок 8. 00:02:34
    Intro to Code Quizzes
  • Урок 9. 00:07:03
    Code Quiz! Create Query for Blog Comments
  • Урок 10. 00:06:23
    Query Keys
  • Урок 11. 00:06:06
    Pagination
  • Урок 12. 00:06:50
    Pre-fetching Data
  • Урок 13. 00:04:55
    isLoading vs isFetching
  • Урок 14. 00:03:51
    Intro to Mutations
  • Урок 15. 00:06:49
    Delete Post with useMutation
  • Урок 16. 00:04:02
    Code Quiz! Mutation to Update Post Title
  • Урок 17. 00:03:01
    Summary: React Query Basics
  • Урок 18. 00:04:32
    Introduction to Infinite Scroll
  • Урок 19. 00:05:27
    Code Quiz! Set up Infinite SWAPI for React Query
  • Урок 20. 00:06:20
    Intro to useInfiniteQuery
  • Урок 21. 00:04:32
    Infinite Scroll Diagram
  • Урок 22. 00:05:10
    Write useInfiniteQuery Call
  • Урок 23. 00:06:18
    InfiniteScroll Component
  • Урок 24. 00:04:08
    useInfiniteQuery Fetching and Error states
  • Урок 25. 00:07:09
    Code Quiz! Infinite Species
  • Урок 26. 00:02:54
    Summary: Infinite Scroll
  • Урок 27. 00:06:22
    Intro to Lazy Days Spa App
  • Урок 28. 00:05:43
    Lazy Days Spa App Code Orientation
  • Урок 29. 00:07:01
    Install and set up React Query
  • Урок 30. 00:06:17
    Custom Query Hook: useTreatments
  • Урок 31. 00:02:13
    Fallback Data
  • Урок 32. 00:04:25
    Centralized Fetching indicator with useIsFetching
  • Урок 33. 00:06:45
    onError Handler for useQuery
  • Урок 34. 00:06:40
    onError Default for Query Client
  • Урок 35. 00:04:50
    Code Quiz! Custom Hook for useStaff
  • Урок 36. 00:03:00
    Summary: Larger App Setup, Centralization, Custom Hooks
  • Урок 37. 00:04:16
    Adding Data to the Cache
  • Урок 38. 00:05:11
    Pre-Fetching Treatments (concepts)
  • Урок 39. 00:05:23
    Pre-Fetching Treatments (syntax)
  • Урок 40. 00:10:47
    Intro to useAppointments Custom Hook
  • Урок 41. 00:03:53
    useQuery for useAppointments
  • Урок 42. 00:06:22
    Query Keys as Dependency Arrays
  • Урок 43. 00:07:25
    Code Quiz! Pre-Fetch Appointments
  • Урок 44. 00:03:26
    Summary: Query Features I
  • Урок 45. 00:08:16
    Filtering Data with the useQuery select Option
  • Урок 46. 00:05:58
    Code Quiz! Selector for useStaff
  • Урок 47. 00:06:00
    Intro to Re-Fetch
  • Урок 48. 00:05:15
    Update Re-Fetch Options
  • Урок 49. 00:05:36
    Global Re-Fetch Options
  • Урок 50. 00:04:53
    Overriding Re-Fetch Defaults and Polling
  • Урок 51. 00:04:11
    Polling: Auto Re-Fetching at an Interval
  • Урок 52. 00:01:13
    Summary: Query Features II
  • Урок 53. 00:08:31
    Intro to React Query and Authentication
  • Урок 54. 00:04:47
    Intro to useAuth and useUser
  • Урок 55. 00:07:13
    Dependent Query in useUser
  • Урок 56. 00:09:13
    Code Quiz! Dependent Query in useUserAppointments
  • Урок 57. 00:06:12
    Adding User Data to Query Cache
  • Урок 58. 00:04:55
    Removing User Appointments Data on Signout
  • Урок 59. 00:02:57
    Summary: React Query and Authentication
  • Урок 60. 00:00:00
    Introduction to Mutations and Mutations Global Settings
  • Урок 61. 00:06:18
    Custom Mutation Hook: useReserveAppointments
  • Урок 62. 00:04:04
    OPTIONAL: TypeScript for `mutate` Function
  • Урок 63. 00:05:29
    Invalidating Query after Mutation
  • Урок 64. 00:05:44
    Query Key Prefixes
  • Урок 65. 00:07:03
    Code Quiz! Mutation to Cancel an Appointment
  • Урок 66. 00:09:34
    Update User and Query Cache with Mutation Response
  • Урок 67. 00:06:42
    Intro to Optimistic Updates in React Query
  • Урок 68. 00:07:28
    Making a Query "Cancel-able"
  • Урок 69. 00:12:27
    Writing Optimistic Update
  • Урок 70. 00:01:25
    Summary: Mutations
  • Урок 71. 00:02:09
    Intro to Testing React Query
  • Урок 72. 00:04:33
    Testing Setup, including Mock Service Worker
  • Урок 73. 00:09:05
    Query Client and Provider in Tests
  • Урок 74. 00:03:21
    Testing Rendered Query Data
  • Урок 75. 00:03:43
    Code Quiz! Test Rendered Staff Data
  • Урок 76. 00:11:14
    Testing Query Errors
  • Урок 77. 00:04:21
    Code Quiz! Staff Query Errors
  • Урок 78. 00:08:28
    Testing Mutations
  • Урок 79. 00:04:24
    Code Quiz! Test Cancel Appointment Mutation
  • Урок 80. 00:03:36
    Intro to Testing Custom Hooks
  • Урок 81. 00:08:08
    Test Appointments Filter
  • Урок 82. 00:03:24
    Code Quiz! Test Staff Filter
  • Урок 83. 00:02:53
    Summary: Testing React Query