#100DAYSOFCODE Day84
Learn about React Query
Example Project
Fetching data
useQuery docs
In the example above, fetchMovies is our async call that will return an array with all the movies; this can be an Axios call or a simple fetch. The useQuery hook result contains ...
haorong.hashnode.dev1 min read