Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ogm710811/react-query-data-fetching-example-app
- Owner: ogm710811
- Created: 2020-09-29T03:20:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T03:20:35.000Z (over 4 years ago)
- Last Synced: 2024-11-15T02:33:37.423Z (3 months ago)
- Topics: rates-exchange-api, react, react-query, react-query-devtools, reactjs
- Language: JavaScript
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.