Skip to content

Commit f99cc9d

Browse files
committed
#7212 updated conclusion
1 parent 5271f36 commit f99cc9d

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

learn/blog/v10-deep-dive-state-provider.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -323,16 +323,25 @@ perceived as a change to its parent (`user`), ensuring that components bound to
323323

324324
### Conclusion: Reactivity at the Core
325325

326-
The new `state.Provider` is more than just a state management tool; it's a direct expression of the framework's core
327-
philosophy. By building on a foundation of true, fine-grained reactivity, it delivers a system that is:
326+
The new `state.Provider` is more than just a state management tool; it's a direct expression of the framework's core philosophy. By building on a foundation of true, fine-grained reactivity, it delivers a system that is:
328327

329328
* **Intuitive:** Write state changes like plain JavaScript. The API is clean, direct, and free of boilerplate.
330-
* **Surgically Performant:** Only components that depend on the *exact* data that changed will update. The "Context Tax"
331-
is eliminated by default.
332-
* **Predictable & Robust:** With features like "reactivity bubbling," the system behaves exactly as a developer would
333-
expect, removing hidden gotchas and making state management a reliable and enjoyable process.
329+
* **Surgically Performant:** Only components that depend on the *exact* data that changed will update. The "Context Tax" is eliminated by default.
330+
* **Predictable & Robust:** With features like "reactivity bubbling," the system behaves exactly as a developer would expect, removing hidden gotchas and making state management a reliable and enjoyable process.
334331

335-
This is what a ground-up reactive system enables, and it's a cornerstone of the developer experience in Neo.mjs v10.
332+
This is the promise of the Neo.mjs platform: a high-performance architecture that results in a simpler, more productive, and more enjoyable developer experience. You spend your time building features, not fighting your tools.
333+
334+
**Seeing is Believing**
335+
336+
Reading about performance is one thing; seeing it is another. While the code snippets in this article are static, you can experience the real, interactive versions and get started with Neo.mjs in minutes.
337+
338+
1. **Explore Interactive Examples:** See the code from this article and over 70 other examples running live in our Examples Portal. You can edit the code in your browser and see the results instantly.
339+
<br>
340+
**[=> Explore the Examples Portal](https://neomjs.com/dist/esm/apps/portal/#/examples)**
341+
342+
2. **Create Your First App:** The `create-app` script is the fastest way to get a multi-threaded "Hello World" application running on your own machine.
343+
<br>
344+
`npx neo-app@latest`
336345

337346
---
338347

0 commit comments

Comments
 (0)