Next.js Discord

Discord Forum

Streaming data from Server Actions

Unanswered
Hokkaido posted this in #help-forum
Open in Discord
HokkaidoOP
I have an application that streams data after performing a few tests. How do I synchronously stream such data to the UI ?
Like this I want to out put the data to the UI
Initializing Tests...
Performing Test 1....
Test 1 Completed - Success.

Performing Test 2....
Test 2 Completed - Failure

Performing Test 3....
Test 3 In Progress

0 Replies