/** * Nexus Streaming SSR — Out-of-order HTML flushing with Suspense boundaries. * * How it works: * * 1. The route render function returns immediately with the static shell. * Any Promise in the template becomes a placeholder: * * * 2. The HTTP connection stays OPEN (Transfer-Encoding: chunked). * The browser receives and paints the static shell instantly. * * 3. When each Promise resolves, the server writes two chunks: * a) The resolved HTML wrapped in a