Frontmatter
| id | 7108 |
| title | docs: Update "Describing a View" for v10 functional components |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 24, 2025, 5:37 PM |
| updatedAt | Oct 23, 2025, 12:58 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7108 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 28, 2025, 1:02 PM |
The "Getting Started > Describing a View" guide is a new user's first introduction to building a UI in Neo.mjs. It is critically outdated as it only shows the classic, class-based component model.
This ticket is to update the document to lead with the modern, functional approach introduced in v10.
Tasks
defineComponentandcreateVdom.