HenrikJoreteg / redux-bundler-react

Bindings for redux-bundler to React
37 stars 5 forks source link

support store.action method if available #1

Closed huygn closed 6 years ago

huygn commented 6 years ago

makes running redux-bundler in worker easier.

follows https://github.com/HenrikJoreteg/redux-bundler-preact/blob/6bf10cacc7433d710e4a9be86b42d5694f7262e8/src/index.js

HenrikJoreteg commented 6 years ago

Cool, I'll merge this. Hey, by the way, @huygn would you have any interest in being a maintainer of this project? I almost always use Preact these days and I'd rather this be maintained by someone who's actually using it.

HenrikJoreteg commented 6 years ago

published to npm as v1.0.1 thanks @huygn!

huygn commented 6 years ago

@HenrikJoreteg 100% would love to. I also have a render-props version of the connect HOC for React that I use internally and would love to put it mainstream 💃

HenrikJoreteg commented 6 years ago

@huygn sorry it took me a few days to get back to this, i've given you access to both npm and github for this project. Please just try to keep things in line with the original goals of keeping things as fast/light and simple as possible. Thanks!

huygn commented 6 years ago

@HenrikJoreteg Thanks!