SIGN IN SIGN UP

Remove concurrent apis from stable (#17088)

* Tests run in experimental mode by default

For local development, you usually want experiments enabled. Unless
the release channel is set with an environment variable, tests will
run with __EXPERIMENTAL__ set to `true`.

* Remove concurrent APIs from stable builds

Those who want to try concurrent mode should use the experimental
builds instead.

I've left the `unstable_` prefixed APIs in the Facebook build so we
can continue experimenting with them internally without blessing them
for widespread use.

* Turn on SSR flags in experimental build

* Remove prefixed concurrent APIs from www build

Instead we'll use the experimental builds when syncing to www.

* Remove "canary" from internal React version string
A
Andrew Clark committed
30c5daf943bd3bed38e464ac79e38f0e8a27426b
Parent: 4cb399a
Committed by GitHub <noreply@github.com> on 10/15/2019, 10:09:19 PM