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