October 2019
Intermediate to advanced
426 pages
11h 49m
English
Now, it is time to introduce connectors and container components. In Redux we can use the connect higher-order component to connect existing components to Redux, through injecting state and action creators as props into them.
Redux defines two different kinds of components:
Container components use a connector to connect Redux to a presentational component. This connector accepts two functions:
Read now
Unlock full access