-
Notifications
You must be signed in to change notification settings - Fork 47.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Modern WWW build #18028
Add Modern WWW build #18028
Conversation
Details of bundled changes.Comparing: 58b8797...7773be3 react-dom
react-art
ReactDOM: size: 0.0%, gzip: -0.3% Size changes (experimental) |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7773be3:
|
Details of bundled changes.Comparing: 58b8797...7773be3 react-dom
scheduler
react-flight-dom-webpack
react-interactions
react-test-renderer
react-is
react-refresh
react-art
react-cache
jest-react
react
ReactDOM: size: 0.0%, gzip: -0.1% React: size: 0.0%, gzip: -0.0% Size changes (stable) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks right to me!
I’ll prepare a WWW diff for the sync script before merging. Do you have a Haste strategy in mind? We could add package.json that enable separate Haste packages. If I remember how that works correctly. |
Hmm I was thinking you'd use |
I mean more that providesModules names (and filenames) need to be unique. Unless you set yo something special like we do for node_modules. |
We think we're not going to need these.
We need it because WWW has a different meaning of experimental now.
Alternative to #18013.
This changes the meaning of release channels for the WWW builds:
This is unsafe to land until the script is updated to pull in both versions and put them in the right folders. We'll also need to solve the Haste conflicts.
Easier to review individual commits.