mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
* Rename ReactFlightStreamer -> ReactFlightServer * Unify Browser/Node stream tests into one file and use the client reader * Defer to the actual ReactDOM for HTML rendering for now This will need to use a variant of Fizz to do inline SSR in Flight. However, I don't want to build the whole impl right now but also don't want to exclude the use case yet. So I outsource it to the existing renderer. Ofc, this doesn't work with Suspense atm.
12 lines
357 B
JavaScript
12 lines
357 B
JavaScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
// This file intentionally does *not* have the Flow annotation.
|
|
// Don't add it. See `./inline-typed.js` for an explanation.
|
|
|
|
export * from './src/ReactFlightServer';
|