Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T00:33:01.000Z (8 months ago)
- Last Synced: 2024-11-01T13:51:39.566Z (19 days ago)
- Topics: react, sandbox, suspense
- Language: JavaScript
- Homepage: https://andrewiggins.github.io/react-suspense-sandbox/
- Size: 4.57 MB
- Stars: 15
- Watchers: 3
- 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![Image of browser console showing a React function trace](./assets/react-method-tracing.png)