Open alexsielicki opened 7 years ago
We currently coordinate communication between a model's components inside ui.js by responding to events triggered inside each component. In order to get closer to #418, let's change this to use localStorage for this coordination.
Review this alternative method for cross-window communication: https://javascript.info/cross-window-communication
We currently coordinate communication between a model's components inside ui.js by responding to events triggered inside each component. In order to get closer to #418, let's change this to use localStorage for this coordination.