https://github.com/nullvoxpopuli/ember-autostash-modifier
A modifier for syncing data to another location based on changing arguments.
https://github.com/nullvoxpopuli/ember-autostash-modifier
ember hacktoberfest
Last synced: about 1 year ago
JSON representation
A modifier for syncing data to another location based on changing arguments.
- Host: GitHub
- URL: https://github.com/nullvoxpopuli/ember-autostash-modifier
- Owner: NullVoxPopuli
- License: mit
- Created: 2020-03-15T21:49:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T23:02:29.000Z (about 2 years ago)
- Last Synced: 2024-05-01T23:23:22.583Z (about 2 years ago)
- Topics: ember, hacktoberfest
- Language: JavaScript
- Homepage: https://nullvoxpopuli.github.io/ember-autostash-modifier/
- Size: 2.27 MB
- Stars: 22
- Watchers: 4
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
ember-autostash-modifier
==============================================================================
A modifier for stashing changes, binding those changes to a key, and restoring those changes
based on that key.
View [Documentation Here](https://nullvoxpopuli.github.io/ember-autostash-modifier/)
Useful for chat apps, where you'd want to persist incomplete messages on a contact's
page while the user navigates between other contacts before finishing and submitting a message.
Also useful if you want to bind component data based on the URL.
Compatibility
------------------------------------------------------------------------------
* Ember.js v3.15 or above
Installation
------------------------------------------------------------------------------
```
ember install ember-autostash-modifier
```
Usage
------------------------------------------------------------------------------
See [documentation for interactive demo](https://nullvoxpopuli.github.io/ember-autostash-modifier/)
Usage in [emberclear.io](https://emberclear.io):
```hbs
```
Other useful modifiers:
- [autofocus](https://github.com/qonto/ember-autofocus-modifier)
- [autoresize](https://github.com/jelhan/ember-autoresize-modifier)
Contributing
------------------------------------------------------------------------------
See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE.md).