I have found Redux challenging and am taking it inch by inch. React was the same at first so I am confident the grinding period will be over soon enough.
I wanted to ask how mapDispatchToProps is usually handled. Do most devs leave it out and just wrap ReactRedux.connect before exporting any store-touching component? Or do they define it in the parent and update it as needed?
I’m still working through dispatches so option 1 is what I’m using for now.