Skip to content

Commit c303799

Browse files
authored
Merge pull request #78 from emberjs/kategengler-patch-1
2 parents 4e1fc67 + b9737af commit c303799

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ the rendering lifecycle.
55

66
### When to use these modifiers (and when _not_ to use them)
77

8+
> [!CAUTION]
9+
> The modifiers provided in this package are ideal for quickly migrating away from
10+
classic Ember components to Glimmer components, because they largely allow you to
11+
use the same lifecycle hook methods you've already written. We _strongly_ encourage you to
12+
avoid these modifiers in new code. Classic lifecycle hooks can be rewritten as custom modifiers.
13+
814
The modifiers provided in this package are ideal for quickly migrating away from
915
classic Ember components to Glimmer components, because they largely allow you to
1016
use the same lifecycle hook methods you've already written while attaching them to

0 commit comments

Comments
 (0)