Next.js Discord

Discord Forum

streaming using server actions or any alternative ?

Unanswered
mihir posted this in #help-forum
Open in Discord
I'm trying to get a responce just like chatgpt where data comes bit by bit so it looks like its being typed is there a way to do this from server to client

5 Replies

@mihir I'm trying to get a responce just like chatgpt where data comes bit by bit so it looks like its being typed is there a way to do this from server to client
I don't think that fetching bit-by-bit is a good idea (too many request), you could get the data once and then let css do its thing
and it is better
this guy's video was very indepth