Skip to content

Commit

Permalink
Add link to video with examples of how to migrate away
Browse files Browse the repository at this point in the history
Add a link to the EmberFest talk that describes the rationale behind these modifiers and concrete examples on how what the modern alternatives are.
  • Loading branch information
achambers authored Oct 13, 2022
1 parent 7dcc032 commit 1ddb63b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ quickly bridging the gap between classic components and Glimmer components, but
are still generally an anti-pattern. We recommend considering a custom modifier in
most use-cases where you might want to reach for this package.

_**For more information on why these modifiers exist and concrete examples of what the modern alternatives to using them are,
watch the below talk from EmberFest 2022.**_

<a href="https://www.youtube.com/watch?v=zwewg2xmpU8">
<img src="https://user-images.githubusercontent.com/416724/195643386-e4076f35-56f6-4244-aae0-0a02f936f952.png">
</a>

## Compatibility

- Ember.js v3.20 or above
Expand Down

0 comments on commit 1ddb63b

Please sign in to comment.