Skip to content

Commit 5466980

Browse files
author
Chris Garrett
committed
add template-only section
1 parent 4964ecb commit 5466980

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

text/0000-glimmer-components.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,20 @@ but the key points are:
10321032
2. Providing _lots_ of examples for various use cases, especially for users
10331033
transitioning from classic components.
10341034

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+
10351049
## Drawbacks
10361050

10371051
### Multiple component APIs

0 commit comments

Comments
 (0)