A (work-in-progress) app for exploring React builds
Here are some things you can do.
Install unpublished packages
Use urls like this in your package.json
. Works with CodeSandbox.
"react": "https://react-builds.vercel.app/api/prs/31439/packages/react",
"react-dom": "https://react-builds.vercel.app/api/prs/31439/packages/react-dom"
Download CI build artifacts
Run this from the root of the React repo. This will overwrite your existing build/
directory.
curl -L https://react-builds.vercel.app/api/prs/31439/artifacts/build.tgz | tar -xz
Refer to builds by sha, ref, or PR number
These all work as expected: