正在加载视频...

视频加载失败

Suspense vs (Suspense + PPR) in Next.js

79,712 次观看 • 1 年前 •via X (Twitter)

10 条评论

Miguel 的头像
Miguel1 年前

I don't quite understand the example. Rating is a component wrapped in a Suspense, why adding that makes the whole page show the 'Page Loading...' and not just the suspense loading?

Alex Sidorenko 的头像
Alex Sidorenko1 年前

The book info is static (generated during build time) The Rating component uses cookies(), so when we add it, it opts out the entire page into a dynamic rendering (generating during the request) PPR allows us to keep the book info static and only render Rating dynamically

Eunho 은호 的头像
Eunho 은호1 年前

Does anyone know what that extension is for tailwind css class name ellipsis?

weisi 的头像
weisi1 年前

Off topic question, what tools are you using for recording and editing?

Alex Sidorenko 的头像
Alex Sidorenko1 年前

@screenstudio

Atif Riaz 的头像
Atif Riaz1 年前

Great share

Ewzxyh 的头像
Ewzxyh1 年前

next14?

Alex Sidorenko 的头像
Alex Sidorenko1 年前

15 canary

Safdar_Ali 的头像
Safdar_Ali1 年前

Bro I've question after lot's of Ai tools which make full website. So web developing is still a good or growing field for next upcoming years?

Alex Sidorenko 的头像
Alex Sidorenko1 年前

Yes, it's better than ever (because of the tools)

相关视频