Skip to content

Commit 6939e07

Browse files
author
ignace
committed
docs: only mention resources
1 parent 0a96415 commit 6939e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/editions/polaris.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<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>
2525

2626
<h3>4. Reactivity improvements</h3>
27-
<p>The Octane edition saw the introduction of auto-tracking which simplified the previous reactivity system, and made it more performant. Polaris builds on top of these improvements with <a href="https://github.com/tracked-tools/tracked-built-ins">extensions for non-primitive values</a>. Polaris also introduces the concept of <a href="https://github.com/NullVoxPopuli/ember-resources">resources</a> to encapsulate reactive values and co-locate resources with their cleanup logic.</p>
27+
<p>The Octane edition saw the introduction of auto-tracking which simplified the previous reactivity system, and made it more performant. Polaris introduces the concept of <a href="https://github.com/NullVoxPopuli/ember-resources">resources</a>. This pattern is a general concept that extends beyond Ember or any framework, and this is what <a href="https://www.starbeamjs.com/">Starbeam</a> is solving: Universal Reactivity.</p>
2828

2929
<h2>How you can help</h2>
3030
<p>

0 commit comments

Comments
 (0)