Integrating Scoped Effects with React for Socket Management
How is possible to integrate a scoped effect with react?
In my case I am working with a
In my case I am working with a
Socket. I am looking for a way to keep the connection and sending messages from inside a react component. I was thinking that is related to Scope, but open to any valid strategy