Using ChunkExtractor from @loadable/server, we can include links in the body of the page to preload the necessary chunks during SSR.
This speeds up hydration by having these scripts loaded at the same time as the main chunk just after the HTML document.
How can I do the same with React 18 SSR + Lazy/Suspense without @loadable?
renderToPipeableStream`s onAllReady callback has no arguments.