This is the code for my YouTube tutorial on React Query. It covers topics like:
- Why we need React Query and why you shouldn't fetch in useEffect
- React Query installation & setup
- Basic useQuery usage
- Debounced search with React Query
- QueryKey best practices
- Infinite loading with useInfiniteQuery
- Mutations with useMutation
- Updating the cache & optimistic updates