Frontmatter
| id | 6975 |
| title | Create "Declarative VDOM with Effects" Guide |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 7, 2025, 1:39 PM |
| updatedAt | Jul 7, 2025, 1:40 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6975 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 7, 2025, 1:40 PM |
Description:
A new guide has been drafted and added to the
learn/guides/fundamentals/DeclarativeVDOMWithEffects.mdfile, and its entry has been added tolearn/tree.json.This guide explains the new declarative VDOM pattern using
Neo.core.Effect, contrasts it with the traditional imperativeafterSethook pattern, and demonstrates its extensibility through inheritance. It also provides guidance on when to use each approach.