expo / redux-effex

Spin off async functions to perform side effects
109 stars 2 forks source link

Enhance flow configuration and remove lodash #1

Closed pbomb closed 8 years ago

pbomb commented 8 years ago

I would like to import the EffectFunction flow type in our product, so I've added that in addition to a .flowconfig file so we can run flow against the project.

I also removed lodash in a second commit. Since this library is so small the the usage of lodash is just for iterating over arrays, I removed it in favor of standard ES5 usages of forEach and reduce.

brentvatne commented 8 years ago

Looks great to me, thanks!

brentvatne commented 8 years ago

Also, I made you a collaborator on this repo :>

brentvatne commented 8 years ago

Published in 1.0.2

pbomb commented 8 years ago

:+1: thanks!