artsy / react-redux-controller

Library for creating a controller layer to link React and Redux, on top of react-redux.
MIT License
97 stars 10 forks source link

Rid off Ramda #17

Closed artptr closed 6 years ago

artptr commented 6 years ago

Seems Ramda is too fat to be required for this tiny library. It may be successfully replaced using ES5 functions (IE 9+):

damassi commented 6 years ago

Thanks @artptr! Pulled this down and tested and LGTM. I'll merge, bump the version and publish. Thanks for the contribution 👍

cc @acjay

damassi commented 6 years ago

0.3.0 has now been published to NPM.