Skip to content

Commit 1ddb63b

Browse files
authoredOct 13, 2022
Add link to video with examples of how to migrate away
Add a link to the EmberFest talk that describes the rationale behind these modifiers and concrete examples on how what the modern alternatives are.
1 parent 7dcc032 commit 1ddb63b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ quickly bridging the gap between classic components and Glimmer components, but
2323
are still generally an anti-pattern. We recommend considering a custom modifier in
2424
most use-cases where you might want to reach for this package.
2525

26+
_**For more information on why these modifiers exist and concrete examples of what the modern alternatives to using them are,
27+
watch the below talk from EmberFest 2022.**_
28+
29+
<a href="https://www.youtube.com/watch?v=zwewg2xmpU8">
30+
<img src="https://user-images.githubusercontent.com/416724/195643386-e4076f35-56f6-4244-aae0-0a02f936f952.png">
31+
</a>
32+
2633
## Compatibility
2734

2835
- Ember.js v3.20 or above

0 commit comments

Comments
 (0)