ember-redux-hot-loader

0.1.1 • Public • Published

ember-redux-hot-loader

Travis NPM Ember

Plugin for ember-cli-hot-loader that hot reloads your reducers

Installation

ember install ember-cli-hot-loader
ember install ember-redux-hot-loader

Install the redux dev tools extension

Example application

An example application that hot reloads styles/components/reducers

https://github.com/toranb/ember-hot-reload-demo

Configuration

Alter the supported types configuration of ember-cli-hot-loader to include reducers

//my-app/config/environment.js
if (environment === 'development') {
  ENV['ember-cli-hot-loader'] = {
    supportedTypes: ['components', 'reducers']
  }
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.10latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.10
0.1.03
0.0.13

Package Sidebar

Install

npm i ember-redux-hot-loader

Weekly Downloads

6

Version

0.1.1

License

MIT

Unpacked Size

218 kB

Total Files

9

Last publish

Collaborators

  • toranb