[Flight] Basic Streaming Suspense Support by sebmarkbage · Pull Request #17285 · facebook/react
This adds basic Suspense support to Flight by streaming the response. First it sends one line with the root JSON model. Within the model holes are replaced with "$" followed by a hex ID. ...