Skip to content

Commit 54f3c68

Browse files
authored
Merge pull request #67 from achambers/patch-1
Add link to video with examples of how to migrate away
2 parents a19d261 + c7fa576 commit 54f3c68

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ quickly bridging the gap between classic components and Glimmer components, but
2929
are still generally an anti-pattern. We recommend considering a custom modifier in
3030
most use-cases where you might want to reach for this package.
3131

32+
_**For more information on why these modifiers exist and concrete examples of what the modern alternatives to using them are,
33+
watch the below talk from EmberFest 2022.**_
34+
35+
<p align="center">
36+
<a href="https://www.youtube.com/watch?v=zwewg2xmpU8">
37+
<img width="460" src="https://user-images.githubusercontent.com/416724/195643386-e4076f35-56f6-4244-aae0-0a02f936f952.png">
38+
</a>
39+
</p>
40+
3241
## Compatibility
3342

3443
- Ember.js v4.12 or above

0 commit comments

Comments
 (0)