The last two cartoons covered Flux and Redux. Those are data handling patterns to keep your UI in sync. When a user interaction happens, they update the state and trigger rerendering. But where’s the cloud? How do you get the data that a component needs from a server, and then update the server when the user makes changes? The Flux docs don’t tell you were to put this. Even at Facebook, different