react/packages/react-server/src
Sebastian Markbåge 5309f10285
Remove Flight Relay DOM/Native (#26828)
The bindings upstream in Relay has been removed so we don't need these
builds anymore. The idea is to revisit an FB integration of Flight but
it wouldn't use the Relay specific bindings. It's a bit unclear how it
would look but likely more like the OSS version so not worth keeping
these around.

The `dom-relay` name also included the FB specific Fizz implementation
of the streaming config so I renamed that to `dom-fb`. There's no Fizz
implementation for Native yet so I just removed `native-relay`.

We created a configurable fork for how to encode the output of Flight
and the Relay implementation encoded it as JSON objects instead of
strings/streams. The new implementation would likely be more stream-like
and just encode it directly as string/binary chunks. So I removed those
indirections so that this can just be declared inline in
ReactFlightServer/Client.
2023-05-17 20:33:25 -04:00
..
__tests__ [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
flight [Float][Flight] Flight support for Float (#26502) 2023-04-21 20:45:51 -07:00
forks Remove Flight Relay DOM/Native (#26828) 2023-05-17 20:33:25 -04:00
ReactFizzCache.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactFizzClassComponent.js Avoid meta programming to initialize functions in module scope (#26388) 2023-03-14 21:00:22 -04:00
ReactFizzComponentStack.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactFizzConfig.js Rename ReactServerFormatConfig to ReactFizzConfig (#26591) 2023-04-10 14:54:26 -07:00
ReactFizzContext.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00
ReactFizzHooks.js useOptimisticState -> useOptimistic (#26772) 2023-05-03 14:26:00 -04:00
ReactFizzNewContext.js Rename ReactServerFormatConfig to ReactFizzConfig (#26591) 2023-04-10 14:54:26 -07:00
ReactFizzServer.js [Fizz] Gracefully handle suspending in DOM configs (#26768) 2023-05-03 18:13:47 -04:00
ReactFizzThenable.js Unwrap sync resolved thenables without suspending (#25615) 2022-11-02 13:53:23 -04:00
ReactFizzTreeContext.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactFlightActionServer.js [Flight] Progressively Enhanced Server Actions (#26774) 2023-05-03 18:36:57 -04:00
ReactFlightHooks.js Clean up enableUseHook flag (#26707) 2023-04-23 14:50:17 -04:00
ReactFlightNewContext.js Implements wiring for Flight to have it's own "HostConfig" (#26590) 2023-04-10 14:51:54 -07:00
ReactFlightReplyServer.js [Flight] Fix File Upload in Node.js (#26700) 2023-04-22 01:04:24 -04:00
ReactFlightServer.js Remove Flight Relay DOM/Native (#26828) 2023-05-17 20:33:25 -04:00
ReactFlightServerConfig.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactFlightServerConfigBundlerCustom.js [Float][Flight] Flight support for Float (#26502) 2023-04-21 20:45:51 -07:00
ReactFlightThenable.js Unwrap sync resolved thenables without suspending (#25615) 2022-11-02 13:53:23 -04:00
ReactServerStreamConfig.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
ReactServerStreamConfigBrowser.js [Float][Flight] Flight support for Float (#26502) 2023-04-21 20:45:51 -07:00
ReactServerStreamConfigBun.js [Float][Flight] Flight support for Float (#26502) 2023-04-21 20:45:51 -07:00
ReactServerStreamConfigEdge.js [Float][Flight] Flight support for Float (#26502) 2023-04-21 20:45:51 -07:00
ReactServerStreamConfigNode.js [Float][Flight] Flight support for Float (#26502) 2023-04-21 20:45:51 -07:00