Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ogm710811/react-query-data-fetching-example-app

React Query tool example that enables you to fetch remote asynchronous
https://github.com/ogm710811/react-query-data-fetching-example-app

rates-exchange-api react react-query react-query-devtools reactjs

Last synced: about 1 month ago
JSON representation

React Query tool example that enables you to fetch remote asynchronous

Awesome Lists containing this project

README

        

## 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.