A sandbox for playing around with React suspense
See the READMEs for each folder in src/ for a description of each sandbox in
this repo
- Install NodeJS
- Run
npm install - Run
npm start - Navigate your browser to
localhost:8080/src/fiber/index.html - Open the browser devtools to the Console tab
- Click on some buttons on the webpage to see a function trace through React
