TanStack Query
TanStack Query (opens in a new tab) (formerly React Query) is a powerful tool
to do efficient data synchronization for React. No need of Redux
or another global state manager anymore. Usable with fetch
(opens in a new tab),
axios
(opens in a new tab), or graphql-request
(opens in a new tab),
TanStack Query will do the work and is agnostic of the method you will use.
GitHub (opens in a new tab) · License MIT (opens in a new tab)