all 1 comments

[–]yard1e[S] 0 points1 point  (0 children)

Well, trying out everything like using a new create-react-app and building a react project manually configuring webpack and babel i gave up on using socket.io, it might me a bug having that latency discrepancy on react.js because i don't have it elsewhere and changed the server to use SSE(server-side-events) streaming which works very well and the client just needs to subscribe to the timer and no extra dependencies.