2.0.2 • Published 6 years ago

ember-redux-saga-shim v2.0.2

Weekly downloads
13
License
MIT
Repository
github
Last release
6 years ago

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…

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago