Skip to content

trevoreyre/react-suspense-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Suspense Presentation

This is the source code to my React Suspense presentation. It's a simple app that displays users and posts fetched from a dummy API, built with create-react-app.

It's separated into 3 folders:

Running locally

cd app-initial
npm install
npm start