react/packages/react-server/src
Sebastian Markbåge 930ce7c15a
Allow values to be encoded by "reference" to a value rather than the value itself (#20136)
These references are currently transformed into React.lazy values. We can use these in
React positions like element type or node position.

This could be expanded to a more general concept like Suspensey Promises, asset references or JSResourceReferences.

For now it's only used in React Element type position.

The purpose of these is to let you suspend deeper in the tree.
2020-10-30 13:02:03 -07:00
..
__tests__ Enable prefer-const lint rules (#18451) 2020-04-01 12:35:52 -07:00
forks Rename Flight to Transport (#18808) 2020-05-03 11:33:48 -07:00
ReactDOMServerFormatConfig.js Encode server rendered host components as array tuples (#18273) 2020-03-11 09:48:02 -07:00
ReactFizzServer.js Enable prefer-const lint rules (#18451) 2020-04-01 12:35:52 -07:00
ReactFlightServer.js Allow values to be encoded by "reference" to a value rather than the value itself (#20136) 2020-10-30 13:02:03 -07:00
ReactFlightServerBundlerConfigCustom.js [Flight] Add support for Module References in transport protocol (#20121) 2020-10-29 17:57:31 -07:00
ReactFlightServerConfig.js [Flight] Split Streaming from Relay Implemenation (#18260) 2020-03-10 14:55:04 -07:00
ReactFlightServerConfigStream.js [Flight] Add support for Module References in transport protocol (#20121) 2020-10-29 17:57:31 -07:00
ReactFlightServerRuntime.js Enable prefer-const lint rules (#18451) 2020-04-01 12:35:52 -07:00
ReactServerFormatConfig.js Remove the condition argument from warning() (#17568) 2019-12-11 03:28:14 +00:00
ReactServerStreamConfig.js Add Relay Flight Build (#18242) 2020-03-07 11:23:30 -08:00
ReactServerStreamConfigBrowser.js Add Relay Flight Build (#18242) 2020-03-07 11:23:30 -08:00
ReactServerStreamConfigNode.js Enable prefer-const lint rules (#18451) 2020-04-01 12:35:52 -07:00