Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 614 Bytes

README copy.md

File metadata and controls

18 lines (10 loc) · 614 Bytes

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.