#Difference between chapter 9 and 10

15 messages · Page 1 of 1 (latest)

formal eagle
#

What's the difference between chapter 9 (streaming) and chapter 10 (partial Prerendering) in the dashboard app tutorial

arctic briarBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

formal eagle
#

Like I understand the difference, but what does it actually tell us

#

In lesson 9 the Suspense tag already works

rain girder
#

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

formal eagle
#

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?

#

@rain girder (sorry I didn't see your message early)

rain girder