I've use my app global state in a component with mapStateToProps . My question is which is the best way to use props . By doing mapStateToProps in parent , get the props and then passing to the child or to do the mapStateToProps in the child .
I'm doing some optimization when my react components should update or not.