dispatch() is the method used to dispatch actions and trigger state changes to the store . react-redux is simply trying to give you convenient access to it. Note, however, that dispatch is not available on props if you do pass in actions to your connect function.18 Mar 2017