mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
It's confusing to new contributors, and me, that you're supposed to use `yarn build-combined` for almost everything but not fixtures. We should use only one build command for everything. Updated fixtures to use the folder convention of build-combined. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| app.js | ||
| index.html | ||
| README.md | ||
| run.js | ||
Test fixture for packages/react-devtools-scheduling-profiler
- First, run the fixture:
# In the root directory
# Download the latest *experimental* React build
scripts/release/download-experimental-build.js
# Run this fixtures
fixtures/devtools/scheduling-profiler/run.js
- Then open localhost:8000/ and use the Performance tab in Chrome to reload-and-profile.
- Now stop profiling and export JSON.
- Lastly, open react-scheduling-profiler.vercel.app and upload the performance JSON data you just recorded.