In this chapter, we looked at why Facebook engineers designed the Flux architecture. We focused on the fundamentals of Flux and learned that Vuex differs slightly from Flux. We can now summarize Flux in one sentence: Flux is a predictable state management system with a one-way data flow.
In Chapter 2, Implementing Flux Architecture with Vuex, you will learn the core concepts of Vuex, as well as how you can use Vuex in your applications.