/react-query-data-fetching-example-app

React Query tool example that enables you to fetch remote asynchronous

Primary LanguageJavaScript

React Query - Data Fetching Hooks

React Query is a fantastic tool that enables you to fetch remote asynchronous data inside of your components.
It could be GraphQL, REST, or any other data source which responds with a promise. It comes with its own dev tools to visualize what it is doing, and a ton of amazing functionality such as stale-while-revalidate, refresh on focus, error handling, etc.