What is mapDispatchToProps?

I feel like none of the answers have crystallized why mapDispatchToProps is useful. This can really only be answered in the context of the container-component pattern, which I found best understood by first reading:Container Components then Usage with React. In a nutshell, your components are supposed to be concerned only with displaying stuff. The only place they are supposed to get information from is … Read more