react-suspense-starter
react-suspense-starter copied to clipboard
Experiment with React Suspense right meow.
React Suspense Starter
So you can get ahead of it all...
Getting started
To get started, clone this repository and install the dependencies.
git clone [email protected]:palmerhq/react-suspense-starter.git
cd react-suspense-starter
yarn
yarn start
Open up localhost:1234 and you are good to go. Unlike the current release of React (16.4), a suspense-enabled build of React and ReactDOM live in the vendor directory. These are then aliased with Parcel.
Projects to play with
- palmerhq/router-suspense - Suspense-friendly React Router 4 clone
- @reach/router - Ryan's new Router
- threepointone/css-suspense - CSS loading for React
- fresh-async-react - More Suspense stuff (code, demos, and discussions).
MIT License