Skip to content

codezri/react-query-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-query-example

A simple product store built with TanStack React Query caching

How to run the project?

Start the RESTful mock server (Requires json-server):

 json-server --watch --port=5000 --delay=1000 db.json

Install dependencies:

npm i
# --- or ---
yarn

Run the app:

npm start
# --- or ---
yarn start

License

MIT

About

A simple product store built with React Query caching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published