Skip to content

StrangeLooperStudio/ember-iron

Repository files navigation

ember-iron

Immutability the Ember Way

Installation

ember install ember-iron

Usage

How do you mix DADU with immutability? Scope all state to its specific Object (route, controller, component) and then don't worry about it - its immutable. Pass properties and actions to modify those properties to child components as you normally would, the Ember Way!

Ember-Iron offers a global store for your application state and a set of patterns around updating that state. In development mode all state changes are logged with old and new states preserved, allowing you to inspect changes and debug more effectively.

Coming soon: Time-travel-debugging with Ember Inspector.

Contributing

Installation

  • git clone <repository-url>
  • cd ember-iron
  • npm install

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • npm test – Runs ember try:each to test your addon against multiple Ember versions

Running the dummy application

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

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •