/react-suspense-demo

A React app demoing the Suspense feature

Primary LanguageJavaScript

React Suspense Demo

This project was bootstrapped with Create React App.

It uses the Alpha version of React 16 (16.4.0-alpha.0911da3) so as to experiment with React Suspense.

You can view the demo here and read the accompanying article at LogRocket's Blog

Getting started

To get started, clone this repository and install the dependencies.

git clone git@github.com:yomete/react-suspense-demo.git
cd react-suspense-demo
npm i
npm start