Loading video...

Video Failed to Load

Go Home

You want a fast initial page load, but you also have dynamic, personalized product requirements. What if you could have both, within the same page, with no new APIs? Learn more about experimental Partial Prerendering in Next.js.

88,481 views • 2 years ago •via X (Twitter)

10 Comments

Flemming Miguel's profile picture
Flemming Miguel2 years ago

@nextjs This fulfills the promise in the old tagline dynamic at the speed of static

Malte Ubl's profile picture
Malte Ubl2 years ago

@nextjs Thanks for making the video! It's so much clearer when showing it visually!

Ian Duvall's profile picture
Ian Duvall2 years ago

@nextjs If you're using `cookies()` in the root layout for stuff like personalization does that prevent all PPR?

Lee Robinson's profile picture
Lee Robinson2 years ago

@ianduvall_ @nextjs

Matt Cowley's profile picture
Matt Cowley2 years ago

@nextjs What I really want is to be able to completely detach static pages from the Next.js server, have it on a CDN for example, but still be able to re-render them and push the new versions to the CDN. I love Next.js, but want to ensure key pages are in a CDN, not reliant on a server.

Zhibot's profile picture
Zhibot2 years ago

@nextjs Since this is built with ISR does this mean every time we load the page it would incur ISR costs?

𝗞𝗲𝗻's profile picture
𝗞𝗲𝗻2 years ago

@nextjs there’s a new lee rob tutorial every month

Lee Robinson's profile picture
Lee Robinson2 years ago

@nextjs That's the goal!

Teemu Sirkiä's profile picture
Teemu Sirkiä2 years ago

@nextjs Is it possible to use PPR at all if you need to support multiple UI languages but instead of having the locale as part of URL, it would be in session? I assume that you can have only PPR for each route?

Stefan's profile picture
Stefan2 years ago

@nextjs Can we talk about the triangle in the back in the first 5 seconds 🔺🔺

Related Videos