Learning Redux
上QQ阅读APP看书,第一时间看更新

Setting up Redux

We will first need to use npm to install Redux:

npm install --save redux

Now that we have covered how to set up a full project with the ES2015 JavaScript syntax and Redux library, we can move on to implementing the basic elements of Redux.

In the next chapter, we will extend our project and render a user interface with React and React-Redux.