mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
The `start` convention is a CRA convention but nobody else of the modern frameworks / tools use this convention for a file watcher and dev mode. Instead the common convention is `dev`. Instead `start` is for running a production build that's already been built. --------- Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .env | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
Fiber Debugger
This is a debugger handy for visualizing how Fiber works internally.
It is only meant to be used by React contributors, and not by React users.
It is likely that it might get broken at some point. If it's broken, ping Dan.
Running
First, npm run build in React root repo folder.
Then npm install and npm start in this folder.
Open http://localhost:3000 in Chrome.
Features
- Edit code that uses
ReactNooprenderer - Visualize how relationships between fibers change over time
- Current tree is displayed in green
