Skip to content

Commit 7e605ed

Browse files
committed
add structure to template tag components section
1 parent c09bdcd commit 7e605ed

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

app/templates/editions/polaris.hbs

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,23 @@
1818
<p>Ember has embraced TypeScript as a first-class citizen next to JavaScript. In practice this means you can build apps using TypeScript without having to worry about incompatibility with external type definitions of Ember itself. As of version 5.1, Ember ships with built-in stable types. Read all about it and how to get started <a href="https://blog.emberjs.com/stable-typescript-types-in-ember-5-1">in the Stable TypeScript Types announcement post.</a> Glint, the TypeScript-powered tooling for Glimmer templates, also shipped as a stable release after two years of public preview. For more information, read the <a href="https://blog.emberjs.com/glint-1-0-released">Glint release blog post</a>.</p>
1919

2020
<h3>2. Template tag components</h3>
21-
<p>The template tag syntax is the new authoring format for components in Ember. It addresses some long-standing developer experience challenges with the current format, and incorporates community feedback. Improvements include: explicit imports prevent naming conflicts, the new ability to introduce locally-scoped code, improved interoperability with third-party JavaScript libraries in the template, and aligning test syntax with app syntax. It also helps unlock the road to new capabilities such as code splitting in the future. See the <a href="https://github.com/ember-template-imports/ember-template-imports">ember-template-imports repository </a> to get started today!</p>
21+
<p>
22+
The template tag syntax is the new authoring format for components in Ember. It addresses some long-standing developer experience challenges with the current format, and incorporates community feedback. Improvements include:
23+
<ul>
24+
<li>
25+
explicit imports prevent naming conflicts
26+
</li>
27+
<li>
28+
the new ability to introduce locally-scoped code
29+
</li>
30+
<li>
31+
improved interoperability with third-party JavaScript libraries in the template
32+
</li>
33+
<li>
34+
aligning test syntax with app syntax
35+
</li>
36+
</ul>
37+
It also helps unlock the road to new capabilities such as code splitting in the future. See the <a href="https://github.com/ember-template-imports/ember-template-imports">ember-template-imports repository </a> to get started today!</p>
2238

2339
<h3>3. Embroider build system</h3>
2440
<p>Embroider is the next-generation build system for Ember apps. The goal is to compile Ember apps into spec-compliant, modern Javascript. This allows the integration with all the build tooling improvements seen in the wider JavaScript ecosystem.</p>

0 commit comments

Comments
 (0)