Connecting to Redux
Get a general overview of how to communicate via WebSockets.
We'll cover the following...
The general Redux architecture is all about sending well-defined messages to the store. This same scheme can work perfectly for server communication over WebSockets. We can send the same structure of a plain object with ...