In this chapter, we first learned how to set up a project that is ready for Redux and the new JavaScript ES2015 syntax. Then, we implemented the basic elements of Redux and learned how ES2015 syntax makes implementing them easier. Finally, you also learned how to put a full Redux project together, as well as subscribe to state changes and dispatch actions.
In the next chapter, we will discuss how we can render user interfaces with React and use it together with Redux. Afterwards, we will build a full application with Redux and React.