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

Combining Redux with React

Until now, we have only covered managing application state, which is what Redux focuses on. However, a web application also has a user interface, which Redux does not take care of. This is where React comes into play.

In this chapter, we are going to cover:

What React is and why it is useful

Setting up and using React

Creating React components

Connecting React components to Redux

Finally, we are going to create a small blog application with React and Redux, which will be further extended in the upcoming chapters.