Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

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

36,533 Aufrufe • vor 1 Jahr •via X (Twitter)

10 Kommentare

Profilbild von Stefano Vidmar
Stefano Vidmarvor 1 Jahr

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.

Profilbild von Ververica
Ververicavor 1 Jahr

Ververica's Unified Streaming Data Platform available at AWS.

Profilbild von Alexandre Trotel
Alexandre Trotelvor 1 Jahr

niceeee

Profilbild von Dedeh
Dedehvor 1 Jahr

which confetti plugin do you use

Profilbild von sly
slyvor 1 Jahr

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

Profilbild von Snazzles9
Snazzles9vor 1 Jahr

What version of Next.js is this available in?

Profilbild von bro nifty birds are not real 🐦
bro nifty birds are not real 🐦vor 1 Jahr

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

Profilbild von AbbyZZZ
AbbyZZZvor 1 Jahr

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.

Profilbild von .manishrc
.manishrcvor 1 Jahr

👌 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?

Profilbild von Alex Sidorenko
Alex Sidorenkovor 1 Jahr

You can use from:asidorenko_ in X search

Ähnliche Videos