Skip to content

Commit

Permalink
Merge pull request #580 from ember-learn/ember-autostash-modifier
Browse files Browse the repository at this point in the history
Adds Ember Autostash Modifier
  • Loading branch information
jaredgalanis authored Mar 27, 2020
2 parents a53eac7 + 69f4661 commit 320ae37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/2020-03-27-the-ember-times-issue-141.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ responsive: true

Yehuda's Octane Tutorial ๐Ÿ”ฅ,
A quick tip for refactoring your templates ๐Ÿ“‘,
Ember Autostash Modifier ๐Ÿ’พ,
Stand Alone EmberConf 2020 Videos Are Out ๐ŸŽฅ,

READMORE

---
Expand Down Expand Up @@ -49,14 +50,13 @@ He also added some extra bonus tips, but no **spoilers** here, head to the [blog

---

## [Section title in sentence case ๐Ÿน](#section-url)
## [Ember Autostash Modifier ๐Ÿ’พ](https://twitter.com/nullvoxpopuli/status/1239325059656933376)

<change section title emoji>
<consider adding some bold to your paragraph>
<please include link to external article/repo/etc in paragraph / body text, not just header title above>
New modifier alert ๐Ÿšจ! [Preston Sego @NullVoxPopuli](https://github.com/NullVoxPopuli) has created [`ember-autostash-modifier`](https://github.com/NullVoxPopuli/ember-autostash-modifier) that stashes changes, binds those changes to a key, and restores those changes based on that key!

<add your name to author list, top and bottom>
<add blurb and emoji to "SOME-INTRO-HERE">
This modifier is 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, or where you want to bind component data based on the URL. Checkout this [demo](https://nullvoxpopuli.github.io/ember-autostash-modifier/1) of the modifier in action.

It's so nice to see the eco-system of Ember modifiers continue to grow ๐Ÿ˜€, we can't wait to see what the awesome folks in the Ember community come up with next!

---

Expand Down

0 comments on commit 320ae37

Please sign in to comment.