ember-redux-saga-shim

2.0.2 • Public • Published

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…

Dependents (0)

Package Sidebar

Install

npm i ember-redux-saga-shim

Weekly Downloads

1

Version

2.0.2

License

MIT

Unpacked Size

219 kB

Total Files

12

Last publish

Collaborators

  • ciena
  • ember-redux
  • miguelmadero
  • sandersky
  • toranb