1 min readJul 4, 2019
Will you consider the rewriting the containers with the newly released Redux hooks, useSelector() and useDispatch()?
I have always felt that using mapStateToProps(), mapDispatchToProps() and connect() was clunky. They served the purpose but didn’t read well. However, the new Redux hooks are great. My Container components look like React components.