ember-redux-saga-shim

v0.0.3
a shim to unlock redux-saga for ember-twiddle
ember-addon

ember-redux-saga-shim

Travis NPM Ember

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:

  1. Include Babel Polyfills –  In order to include Babel polyfills add the following to your ember-cli-build.js configuration:

    'ember-cli-babel': {
      includePolyfill: true
    }
    

    Learn more…

  2. Add a Polyfill – Add a polyfill by simply running the following command:

    ember install ember-maybe-import-regenerator
    

    Learn more…

Metadata

  • MIT
  • >= 0.10.0
  • Unknown
  • released 10/15/2016

Downloads

Maintainers