Add Relay Flight Build (#18242)

* Rename to clarify that it's client-only

* Rename FizzStreamer to FizzServer for consistency

* Rename react-flight to react-client/flight

For consistency with react-server. Currently this just includes flight
but it could be expanded to include the whole reconciler.

* Add Relay Flight Build

* Rename ReactServerHostConfig to ReactServerStreamConfig

This will be the config specifically for streaming purposes.
There will be other configs for other purposes.
This commit is contained in:
Sebastian Markbåge
2020-03-07 11:23:30 -08:00
committed by GitHub
parent 7a1691cdff
commit bdc5cc4635
45 changed files with 311 additions and 48 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
* @flow
*/
import {convertStringToBuffer} from 'react-server/src/ReactServerHostConfig';
import {convertStringToBuffer} from 'react-server/src/ReactServerStreamConfig';
import {renderToStaticMarkup} from 'react-dom/server';