redux-saga-beginner-tutorial
redux-saga-beginner-tutorial copied to clipboard
notice at gitbook add 'all' effect
please notice import 'all' from 'redux-saga/effects'
sagas.js import { put, call, takeEvery } from 'redux-saga/effects' => import { put, call, takeEvery, all } from 'redux-saga/effects'