Relative Content

Tag Archive for reactjs.netserver-sent-events

EventStream time same for all the streaming response in Chrom Network tab

I am facing an issue with Server Sent Events in React based application.
I am using Microsoft @microsoft/fetch-event-source to handle SSE events, everything works but I am noticing that React is rendering the stream in paragraphs instead of word by word.
When I check the network tab the Time is same for each stream, I suspect this could be the reason that it React is printing paragraph by paragraph.
Backend API is a .net 8 web API which internally calls a python service.
Is my understanding correct on this?
Any help on this will be highly appreciated.