Summary
In this chapter, you analyzed our React application's architecture. You learned the core concepts behind the Flux architecture, and you implemented a dispatcher, an action creator, and a store.
In the next chapter, we'll integrate them into our React application and get our architecture ready for the maintenance paradise.