August 2017
Beginner
374 pages
10h 41m
English
Container components are concerned with how things work. They are usually data sources. To get a better feel for what the React-Redux bindings actually do, we will start by writing a container component by hand, without using the bindings. In our small example, we only have one container component: ConnectedPostList. This component will connect our PostList component to the Redux store. Afterward, you are going to learn how to accomplish the same things and more using the React-Redux bindings instead.
Read now
Unlock full access