Open utterances-bot opened 1 year ago
Thank you for sharing! It's really interesting that you can use Redux for dispatching Web Socket events.. Very insightful!
Great article, Tania. Thank you!
Very interesting !... but I have a question, Can I create a pool or array of websockets using this approach ? because I'm developing a chat app with chatrooms, each room has its own websocket server, so I need one websocket per chatroom.
what syntax theme is this, its really nice!
Great write-up, any chance you have done this with typescript before? Kind of struggling with getting the right types set up.
nice!
But how can I send message from anywhere in my app?
Using WebSockets in a Redux Application | Tania Rascia
At some point, you might work on a React/Redux application that requires the use of WebSockets, such as for chat or live updates on a…
https://www.taniarascia.com/websockets-in-redux/