Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-redux-saga-shim

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-redux-saga-shim

redux-saga for Ember apps

  • 2.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-26.67%
Maintainers
5
Weekly downloads
 
Created
Source

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…

Keywords

FAQs

Package last updated on 17 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc