Open perevezencev opened 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.
Now I use redux-saga and i would like to use redux-clerk with redux-saga. Can i integrate this?
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.
Support redux-saga?