Closed voshawn closed 6 years ago
Personally I don't have a problem with how it's written currently. But if it's that important, go ahead and submit a proposal. Here's an article I found discussing various implementations: https://blog.benestudio.co/5-ways-to-connect-redux-actions-3f56af4009c8
Thanks for sharing that link! This isn't super important to me either so let's just leave it as is.
Hi There, First off, thanks so much for putting this together. It's super helpful!
Is there a reason we are using bindActionCreator? For example:
I believe could be rewritten as
I can submit a PR to change all of the occurrences, but I wanted to make sure I wasn't missing anything related to SSR.
Thanks, Shawn