react/packages/react-noop-renderer
Sebastian Markbåge f4148b2561
[Flight] Move around the Server side a bit (#17251)
* 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.
2019-11-01 17:39:24 -07:00
..
npm Add Experimental Flight Infrastructure (#16398) 2019-10-29 14:45:47 -07:00
src [Flight] Move around the Server side a bit (#17251) 2019-11-01 17:39:24 -07:00
README.md Add Fiber Debugger (#8033) 2016-10-25 08:36:37 +01:00
flight-client.js Add Experimental Flight Infrastructure (#16398) 2019-10-29 14:45:47 -07:00
flight-server.js Add Experimental Flight Infrastructure (#16398) 2019-10-29 14:45:47 -07:00
index.js Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
package.json Add Experimental Flight Infrastructure (#16398) 2019-10-29 14:45:47 -07:00
persistent.js Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
server.js [Fizz] New Server Rendering Infra (#14144) 2018-11-30 11:38:22 -08:00

README.md

react-noop-renderer

This package is the renderer we use for debugging Fiber. It is not intended to be used directly.