Socket
Socket
Sign inDemoInstall

ember-redux-observable-shim

Package Overview
Dependencies
221
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-redux-observable-shim

The default blueprint for ember-cli addons.


Version published
Weekly downloads
2
Maintainers
2
Install size
13.7 MB
Created
Weekly downloads
 

Readme

Source

ember-redux-observable-shim

Travis NPM Ember

Installation

ember install ember-redux
ember install ember-rxjs-shim
ember install ember-redux-observable-shim

Usage

// app/middleware/index.js

import { createEpicMiddleware } from 'redux-observable';
import rootEpic from '../epics/index';

const epicMiddleware = createEpicMiddleware(rootEpic);

export default [epicMiddleware];

To learn more about redux-observable and how to use it visit the redux-observable Github page.

Example

https://github.com/toranb/ember-redux-yelp/commits/branches/rxjs

Keywords

FAQs

Last updated on 05 Oct 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc