example-redux-saga
example-redux-saga copied to clipboard
Unnecessary while loops in saga?
why do you have two while loops?
while(yield take(channel)) {
while(true) {