Skip to content

Latest commit

 

History

History
 
 

base-infinite-swapi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Infinite SWAPI

A project to demonstrate React Query useInfiniteQuery, for the Udemy course "React Query: Server State Management for React"

Installation

#. 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.

Running the App

Run npm start. The app will be found at [http://localhost:3000]

Server

This app uses the Star Wars API server.