Closed woodsmur closed 5 years ago
You're right. I've been using the latter at work and I agree that it's more readable and easier to type.
I'll look into it tonight.
I just did this a few hours ago while playing with the repo. I submitted PR #9 in case it makes things easier for you.
Awesome, thanks!
As it is recommended by redux doc
always using the “object shorthand” form
, formapDispatchToProps
in every page component, maybe one can change:from
to
for better readability.