Skip to content

Commit

Permalink
Merge pull request #67 from achambers/patch-1
Browse files Browse the repository at this point in the history
Add link to video with examples of how to migrate away
  • Loading branch information
chriskrycho authored Dec 22, 2024
2 parents a19d261 + c7fa576 commit 54f3c68
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ 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.**_

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

## Compatibility

- Ember.js v4.12 or above
Expand Down

0 comments on commit 54f3c68

Please sign in to comment.