diegohaz / redux-saga-thunk

Dispatching an action handled by redux-saga returns promise
MIT License
221 stars 17 forks source link

Add success selector #13

Closed Geczy closed 7 years ago

Geczy commented 7 years ago

Please consider adding a isDone or isSuccess selector next to hasFailed and isPending

export const PENDING = 'pending'
export const FAILURE = 'failure'
diegohaz commented 7 years ago

That would be a nice addition. Would like to work on this, @Geczy?

diegohaz commented 7 years ago

Closed in #16