August 2017
Beginner
374 pages
10h 41m
English
Writing a container component manually like that works fine. However, it is a bit tedious and there is a lot of boilerplate code. React-Redux makes connecting components to Redux a lot easier by providing a connect() function, which allows you to inject a part of the Redux store and bound action creators into the component. Furthermore, React-Redux also provides many performance optimizations for updating the state.
Read now
Unlock full access