GetAmbassador / redux-clerk

Redux Clerk handles the async CRUD in your Redux App
MIT License
52 stars 6 forks source link

collaborate? #50

Open devvmh opened 7 years ago

devvmh commented 7 years ago

Last year I wrote a library with very similar goals to this (https://github.com/devvmh/redux-crud-store). Since then, I've changed companies and don't contribute a lot to the js ecosystem anymore.

Most of the goals I had for my library you guys have already achieved. I haven't read through everything yet, but I'd also imagine that you've got some nicer features than I had and you'll be continuing to support this library in the future.

So if there's any way my very slow development on redux-crud-store can support you guys, let me know. You can also use the code for inspiration or re-use.

My current project is replacing Immutable JS so people can just deal with plain objects. If that's interesting to you that would be cool.

Anyways, I don't have a lot of time to offer but the original goal of redux-crud-store was to ensure that no developer ever had to write all these millions of action creators again. It looks like y'all share this goal so I'm interested in supporting in what limited ways I can.

jivinivan commented 7 years ago

Thanks for the message @devvmh! We definitely share the same goal to reduce code duplication around actions/reducers/selectors.

At a glance it looks like you've also built some features we'd like to implement in the future (redux-saga support and ability to use non-immutable store if desired).

When we dig into these features I'll be sure to study your code a bit more and reach out with questions/feedback.

Thanks again!