September 2022
Intermediate to advanced
410 pages
10h 7m
English
In this chapter, we used ActionCable to create a live data stream that both the client and server could use to send data and commands. If you are like me, the amount of state being passed around on the page is getting annoying. On the React side, we have code that is just shuttling data up and down the tree, and on the Stimulus side, we haven’t fully implemented the filters because we have no easy way for multiple controllers to share global state. In the chapters that follow, we address these issues.
Read now
Unlock full access