Загрузка видео...

Не удалось загрузить видео

На главную

Streaming data from server to client with "use" in Next.js

36,533 просмотров • 1 год назад •via X (Twitter)

Комментарии: 10

Фото профиля Stefano Vidmar
Stefano Vidmar1 год назад

I saw this pattern used in next conf. This is very useful when you don't want to create a wrapper component to do the data fetching and then pass down the data as props. Instead just like you showed pass it down as a promise and consume the promise on the client.

Фото профиля Ververica
Ververica1 год назад

Ververica's Unified Streaming Data Platform available at AWS.

Фото профиля Alexandre Trotel
Alexandre Trotel1 год назад

niceeee

Фото профиля Dedeh
Dedeh1 год назад

which confetti plugin do you use

Фото профиля sly
sly1 год назад

my brother wanted to kill himself because the documentation sucks for next. sincerely thank you for this 1 minute video.

Фото профиля Snazzles9
Snazzles91 год назад

What version of Next.js is this available in?

Фото профиля bro nifty birds are not real 🐦
bro nifty birds are not real 🐦1 год назад

you can remove then res from react serialization component else you have resolved dog not dog promise

Фото профиля AbbyZZZ
AbbyZZZ1 год назад

streaming data in next.js can be tricky. make sure to use server-side rendering for initial loads and then switch to client-side fetching for real-time updates. this way, you keep the user experience smooth while handling data efficiently.

Фото профиля .manishrc
.manishrc1 год назад

👌 This 53s video would have saved me 1 hour. Wish I saw this last week. How do I see a searchable list of your videos?

Фото профиля Alex Sidorenko
Alex Sidorenko1 год назад

You can use from:asidorenko_ in X search

Похожие видео