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