WebSocket Connection & Reconnection with RxJS & Redux Observables
Learn how to use rxjs and redux-observable to manage WebSocket connection with logic to handle reconnection on connection failure, sending and receiving messages.
Learn how to use rxjs and redux-observable to manage WebSocket connection with logic to handle reconnection on connection failure, sending and receiving messages.
Writing clean and maintainable large scale react application using redux for the state management, immer for immutability, typescript for type safety and redux observables for handling async actions.