react/packages/react-server/npm
Sebastian Markbåge ce6fe50b01
Add server-runtime to create Server Blocks (#18392)
This is equivalent to the jsx-runtime in that this is what the compiled
output on the server is supposed to target.

It's really just the same code for all the different Flights, but they
have different types in their arguments so each one gets their own entry
point. We might use this to add runtime warnings per entry point.

Unlike the client-side React.block call this doesn't provide the factory
function that curries the load function. The compiler is expected to wrap
this call in the currying factory.
2020-03-25 19:03:31 -07:00
..
flight-server-runtime.js Add server-runtime to create Server Blocks (#18392) 2020-03-25 19:03:31 -07:00
flight.js Add Experimental Flight Infrastructure (#16398) 2019-10-29 14:45:47 -07:00
index.js Add Experimental Flight Infrastructure (#16398) 2019-10-29 14:45:47 -07:00