0 Forks
2 Stars
2 Watchers

react-query

From a medium article by Tim Kolberger, https://medium.com/@TimKolb/creating-a-reusable-react-query-component-for-your-rest-api-1aa91ef2551b

How to download and setup react-query

Open terminal and run command
git clone https://github.com/t1amat9409/react-query.git
git clone is used to create a copy or clone of react-query repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with react-query https://github.com/t1amat9409/react-query/archive/master.zip

Or simply clone react-query with SSH
[email protected]:t1amat9409/react-query.git

If you have some problems with react-query

You may open issue on react-query support forum (system) here: https://github.com/t1amat9409/react-query/issues