* WIP * fbjs support * WIP * dev/prod mode WIP * More WIP * builds a cjs bundle * adding forwarding modules * more progress on forwarding modules and FB config * improved how certain modules get inlined for fb and cjs * more forwarding modules * added comments to the module aliasing code * made ReactPerf and ReactTestUtils bundle again * Use -core suffix for all bundles This makes it easier to override things in www. * Add a lazy shim for ReactPerf This prevents a circular dependency between ReactGKJSModule and ReactDOM * Fix forwarding module for ReactCurrentOwner * Revert "Add a lazy shim for ReactPerf" This reverts commit |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .env | ||
| .gitignore | ||
| README.md | ||
| package.json | ||
| yarn.lock | ||
README.md
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
