saga.js.hbs 204 Bytes EditWeb IDE 1 2 3 4 5 6 // import { take, call, put, select } from 'redux-saga/effects'; // Individual exports for testing export default function* {{ camelCase name }}Saga() { // See example in containers/HomePage/saga.js }