Skip to content

KevinVandy/react-query-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Query Demos

A demo of an app NOT using React Query

https://react-query-demos-with-useeffect.vercel.app/

A demo of the same app, but WITH React Query

https://react-query-demos-with-query.vercel.app/

Run both projects at the same time Locally

Install Deps

pnpm i

Run Locally

pnpm dev

The useEffect demo will open on localhost:5001

The React Query demo will open on localhost:5002

Code

View code differences in the pages directories of each app. The react-query app has an additional hooks folder to store the react-query hooks

About

2 identical apps. 1 written with React Query and the other using traditional useEffects for fetching

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published