Frontmatter
| id | 7008 |
| title | Update the State Providers guide to reflect effects-based reactivity and direct store binding |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 10, 2025, 10:21 PM |
| updatedAt | Jul 10, 2025, 10:23 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7008 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 10, 2025, 10:23 PM |
Description
The
StateProviders.mdguide has been updated to provide a more accurate and comprehensive explanation of how Neo.mjs State Providers implement reactivity, as well as to demonstrate the new capability of directly binding toNeo.data.Storeproperties.Changes Made
Neo.core.Effectand the hierarchical data proxy.myStoreCountdata property andonMyStoreCountChangelistener.Labelbinding in the store example to directly referencedata.stores.mySharedStore.count.Verification
Confirmed that the updated example in
learn/guides/datahandling/StateProviders.mdfunctions as expected, demonstrating direct reactive binding to store properties.