File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1032,6 +1032,20 @@ but the key points are:
1032
1032
2 . Providing _ lots_ of examples for various use cases, especially for users
1033
1033
transitioning from classic components.
1034
1034
1035
+ ### Template-Only Components
1036
+
1037
+ [ Template-only components] ( https://github.com/emberjs/rfcs/blob/master/text/0278-template-only-components.md )
1038
+ are not strictly speaking related to the ` GlimmerComponent ` class proposed in
1039
+ this RFC. However, conceptually they will probably be much easier to teach in
1040
+ relation to Glimmer components, and will be an important part of Octane that we
1041
+ should be sure to cover in depth. Additionally, the name of the optional feature
1042
+ flag, ` template-only-glimmer-components ` , would make teaching the differences
1043
+ between Glimmer components and template-only components much more difficult and
1044
+ confusing.
1045
+
1046
+ As such, when writing the documentation for Glimmer components, we should ensure
1047
+ that we cover template-only components in some detail as well.
1048
+
1035
1049
## Drawbacks
1036
1050
1037
1051
### Multiple component APIs
You can’t perform that action at this time.
0 commit comments