๐จ๐ปโ๐ป Curious engineer. Web and Open-Source enthusiast.
Software Engineer @PolarSignalsIO.
Making @ResponsivelyApp.
#webperf
Dec 22, 2021 โข 12 tweets โข 4 min read
Under-the-hood working of the streaming SSR server with the new React 14's suspense.
A thread. ๐งต๐
#reactjs#webperf#perfmatters
1/10, at 0ms.
The browser sends an HTTP GET request to the server and the request reaches the handler responsible for SSR and that invokes `react-dom/server`'s `renderToPipeableStream`.