A project to demonstrate React Query useInfiniteQuery, for the Udemy course "React Query: Server State Management for React"
#. Download this directory, or clone or fork this repo
#. npm install --legacy-peer-deps
Note The --legacy-peer-deps
is very important since this project uses React Infinite Scroller, which doesn't (yet) support React 17.
Run npm start
. The app will be found at [http://localhost:3000]
This app uses the Star Wars API server.