Skip to content
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

Switch to new ReactFiberScheduler implementation #15196

Closed
wants to merge 2 commits into from

Conversation

acdlite
Copy link
Collaborator

@acdlite acdlite commented Mar 22, 2019

Based on #15151

Sets the enableNewScheduler feature flag to true.

yarn test now runs against the new implementation, so use yarn test-old-scheduler to test the old implementation. Both commands will run in CI, in case we need to revert.

@acdlite acdlite changed the title Switch to new scheduler Switch to new ReactFiberScheduler implementation Mar 22, 2019
@acdlite acdlite force-pushed the switch-to-new-scheduler branch 2 times, most recently from f8edbbd to a1418fa Compare March 27, 2019 20:49
Sets the `enableNewScheduler` feature flag to true.

`yarn test` now runs against the new implementation, so use
`yarn test-old-scheduler` to test the old implementation. Both commands
will run in CI, in case we need to revert.
@acdlite
Copy link
Collaborator Author

acdlite commented Mar 28, 2019

Never mind. I'm going to create two separate builds and test behind a GK instead.

@acdlite acdlite closed this Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants