Next.js Discord

Discord Forum

Difference between chapter 9 and 10

Unanswered
Satin Angora posted this in #help-forum
Open in Discord
Avatar
Satin AngoraOP
What's the difference between chapter 9 (streaming) and chapter 10 (partial Prerendering) in the dashboard app tutorial

14 Replies

Avatar
Satin AngoraOP
Like I understand the difference, but what does it actually tell us
In lesson 9 the Suspense tag already works
Avatar
PPR uses streaming
Streaming is a data transfer technique that allows you to break down a route into smaller "chunks" and progressively stream them from the server to the client as they become ready.
Understood this right?
PPR is about to provide static shell instantly from the edge to the users and then stream dynamic part to the users
Avatar
Satin AngoraOP
I understand that part
So if I'm understanding this correctly
I understand the lesson but I don't understand why it's ordered that way
Doesn't the Suspense tag use PPR by default?
@James4u (Tag me if needed) (sorry I didn't see your message early)
Avatar
Nope, Suspense is just for streaming
PPR uses Suspense