...

/

Basic Architecture

Basic Architecture

Learn the basics of how web sockets work in redux.

We'll cover the following...

WebSockets have brought a robust socket communication method directly into our browsers. What started as a solution for polling data changes on the server is slowly taking over more and more responsibilities from traditional REST endpoints. The action-based ...