2.0.2 • Published 8 years ago

ember-redux-saga-shim v2.0.2

Weekly downloads
13
License
MIT
Repository
github
Last release
8 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

8 years ago

2.0.1

8 years ago

2.0.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago