Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 407 Bytes

File metadata and controls

6 lines (5 loc) · 407 Bytes

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.