DEV Community

Discussion on: React-Redux connect(): when and how to use it

Collapse
 
bthntprlk profile image
batu

Nice article.

MapStateToProps are triggerred everytime an action is dispatched. Check out reselect, it prevents to trigger statetoprops by memoized component’s last state.