We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e1fc67 + b9737af commit c303799Copy full SHA for c303799
1 file changed
README.md
@@ -5,6 +5,12 @@ the rendering lifecycle.
5
6
### When to use these modifiers (and when _not_ to use them)
7
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
+
14
The modifiers provided in this package are ideal for quickly migrating away from
15
classic Ember components to Glimmer components, because they largely allow you to
16
use the same lifecycle hook methods you've already written while attaching them to
0 commit comments