adobe / redux-saga-promise

Create actions that return promises, which are resolved/rejected by a redux saga
Apache License 2.0
58 stars 13 forks source link

Clarification could be useful #3

Open bartekus opened 4 years ago

bartekus commented 4 years ago

Since redux-saga-promise and redux-saga-thunk share similar intent while differing in implementations, perhaps it would be valuable for the community to have a bit of highlight/comparison between the two?

ronen commented 4 years ago

Yes, good idea. Would you be willing to write a comparison as a PR?