>>1993streaming is basically the only way to save large scale apps at this point. ive been messing with react server components lately and the difference in
time to interactive is actually night and day compared to our old spa setup. it feels like were just moving the complexity from the client bundle into the network layer instead.
>the gap between seeing html and interactionthat specific part is what kills conversion rates on mobile because users think the site is broken when they tap a button and nothing happens. if u arent using
renderToPipeableStream
or something similar for ur heavy components, youre just asking for a high bounce rate. im still skeptical about how much this actually helps with crawler re-indexing though. does the bot actually wait for the stream to finish or is it just looking at the initial chunk?