2.0.2 • Published 7 years ago
ember-redux-saga-shim v2.0.2
ember-redux-saga-shim
Installation
ember install ember-redux-saga-shim
Usage
import createSagaMiddleware from 'redux-saga'
import {call, put, takeEvery, takeLatest} from 'redux-saga/effects'
To learn more about redux-saga
and how to use it visit the redux-saga Github page.
Polyfill
In order to use generator functions in your Ember application you need to make sure you do one of the following:
Include Babel Polyfills – In order to include Babel polyfills add the following to your ember-cli-build.js configuration:
'ember-cli-babel': { includePolyfill: true }
Add a Polyfill – Add a polyfill by simply running the following command:
ember install ember-maybe-import-regenerator
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
8 years ago
1.1.0
8 years ago
1.0.0
8 years ago
0.2.3
8 years ago
0.2.2
8 years ago
0.2.1
8 years ago
0.2.0
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago
0.0.13
8 years ago
0.0.12
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
9 years ago
0.0.8
9 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago