Wrapping your head around how Action Cable, Rails, React and Redux all fit together can be daunting but I’ll you how to set up a simple collaborative canvas that updates in real-time across multiple users. — What is Action Cable? If you want to dive into the official docs, head over to the Rails Guide. Action Cable allows you to add real-time features to your applications. For example, features such as chat boxes, and notifications, or in our case, a real-time sketchpad. …