https://github.com/andrewiggins/react-suspense-sandbox
A sandbox for playing around with React suspense
https://github.com/andrewiggins/react-suspense-sandbox
react sandbox suspense
Last synced: about 2 months ago
JSON representation
A sandbox for playing around with React suspense
- Host: GitHub
- URL: https://github.com/andrewiggins/react-suspense-sandbox
- Owner: andrewiggins
- License: isc
- Created: 2018-07-09T01:04:15.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T00:33:01.000Z (about 1 year ago)
- Last Synced: 2025-03-29T07:03:19.654Z (3 months ago)
- Topics: react, sandbox, suspense
- Language: JavaScript
- Homepage: https://andrewiggins.github.io/react-suspense-sandbox/
- Size: 4.57 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Suspense Sandbox
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## Getting started
1. Install NodeJS
2. Run `npm install`
3. Run `npm start`
4. Navigate your browser to `localhost:8080/src/fiber/index.html`
5. Open the browser devtools to the Console tab
6. Click on some buttons on the webpage to see a function trace through React