When SSR your React web site, and using Suspense, means your initial HTML will be streamed.
In this lesson we will create a SSR NextJS web site, and explain how Suspense in SSR turns to HTML streaming.
If you want to read the article and step by step guide, go to: https://www.academeez.com/courses/react/suspense/nextjs-streaming
The full source code is available at: https://github.com/ywarezk/demo-streaming-suspense
It's highly recommended to view our basic suspense lesson at:
https://www.youtube.com/watch?v=BRJu0GGCBbI
#react
0:00 Suspense Recap
2:36 Recap SSR
8:46 NextJS SSR TTFB problem
19:03 Streaming HTML
22:36 Streaming HTML with ExpressJS
28:47 Suspense in SSR means HTML streaming
35:20 Summary