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/35549/packages/react",
"react-dom": "https://react-builds.vercel.app/api/prs/35549/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/35549/artifacts/build.tgz | tar -xz
Refer to builds by sha, ref, or PR number
These all work as expected:
- https://react-builds.vercel.app/api/prs/35549/packages/react-dom
- https://react-builds.vercel.app/api/commits/0240076/packages/react-dom
- https://react-builds.vercel.app/api/commits/main/packages/react-dom