Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)