ember-redux-actions

0.3.0 • Public • Published

ember-redux-actions

CircleCI

Ember-cli friendly version of redux-actions from https://github.com/acdlite/redux-actions for use with ember-redux in adhering to the so-called "Flux Standard Action" compliance

Usage

import { createAction, createActions, handleAction, handleActions } from 'redux-actions';

FAQs

Q: Why doesn't this work for me? A: The most likely reason is that you're on a version of ember-cli below 2.10.x, but anonymous AMD package support isn't supported until 2.10.x. I suggest you upgrade your ember-cli

Installation

  • git clone <repository-url> this repository
  • cd ember-redux-actions
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

Package Sidebar

Install

npm i ember-redux-actions

Weekly Downloads

0

Version

0.3.0

License

MIT

Last publish

Collaborators

  • foxnewsnetwork