GetAmbassador / redux-clerk

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

Sagas? #40

Open perevezencev opened 7 years ago

perevezencev commented 7 years ago

Support redux-saga?

jivinivan commented 7 years ago

Hey @perevezencev, thanks for the question!

This has crossed my mind. Which features of redux-clerk are you most interested in using with redux-saga?

One thought is to allow sagas to be used in place of the configurable creator, fetcher, updater and deleter and let redux-clerk handle the derived datasets, optimistic updates etc.

perevezencev commented 7 years ago

Now I use redux-saga and i would like to use redux-clerk with redux-saga. Can i integrate this?

jivinivan commented 7 years ago

Currently a clean implementation with redux-saga is not possible. That said, the thought of the two working together is very interesting.

Give me some time to think through the details a bit.