Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6565795377d1d2c79a7708766f1af9e1a87517de
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 82255ac01d6cbe1d9fc586900d89b3b9606d4998
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on May 11, 2018

  1. Support concurrent primary and secondary renderers.

    As a workaround to support multiple concurrent renderers, we categorize
    some renderers as primary and others as secondary. We only expect
    there to be two concurrent renderers at most: React Native (primary) and
    Fabric (secondary); React DOM (primary) and React ART (secondary).
    Secondary renderers store their context values on separate fields.
    acdlite committed May 11, 2018
    Configuration menu
    Copy the full SHA
    d485af8 View commit details
    Browse the repository at this point in the history
  2. Add back concurrent renderer warning

    Only warn for two concurrent primary or two concurrent secondary renderers.
    acdlite committed May 11, 2018
    Configuration menu
    Copy the full SHA
    af82611 View commit details
    Browse the repository at this point in the history
  3. Change "_secondary" suffix to "2"

    #EveryBitCounts
    acdlite committed May 11, 2018
    Configuration menu
    Copy the full SHA
    82255ac View commit details
    Browse the repository at this point in the history
Loading