Friday, 15 February, 2019 UTC


Summary

Easy Peasy is a JavaScript library that can be used to very simply implement Redux into a React application. In this lesson, we will learn how to setup Easy Peasy by creating a model, injecting that model into a StoreProvider React component, and calling actions to update global state from our functional component.