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

Remove dormant createBatch experiment #17035

Merged
merged 2 commits into from
Oct 7, 2019

Commits on Oct 7, 2019

  1. Remove dormant createBatch experiment

    In a hybrid React app with multiple roots, `createBatch` is used to
    coordinate an update to a root with its imperative container.
    
    We've pivoted away from multi-root, hybrid React apps for now to focus
    on single root apps.
    
    This PR removes the API from the codebase. It's possible we'll add back
    some version of this feature in the future.
    acdlite committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    b6a6bca View commit details
    Browse the repository at this point in the history
  2. Remove unused export

    acdlite committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    e4b21be View commit details
    Browse the repository at this point in the history