A community for discussing anything related to the React UI framework and its ecosystem. Join the Reactiflux Discord (reactiflux.com) for additional React discussion and help.
realtime reactjs app
was playing around withhttps://letsjam.pages.dev/ (a reactjs app) that has websockets enabled that allows you to play around with multiple other people realtime. I wonder how the updates are happening? would it have a store like zustand that enables the socket messages throughout the app? or would context actually work in this case? how to go about with sockets + state management in a realtime react app without it bothering other elements in the page (with the sockets being hyper interactive)?
