Frontmatter
| id | 9259 |
| title | Create Frontend Guide 1: Architecture & Off-Main-Thread |
| state | Closed |
| labels | documentationai |
| assignees | tobiu |
| createdAt | Feb 22, 2026, 6:47 PM |
| updatedAt | Feb 23, 2026, 5:09 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9259 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9257 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 23, 2026, 5:09 PM |
Create Frontend Guide 1: Architecture & Off-Main-Thread
tobiu assigned to @tobiu on Feb 22, 2026, 6:48 PM
tobiu added parent issue #9257 on Feb 22, 2026, 6:48 PM

tobiu
Feb 23, 2026, 5:08 PM
Input from Gemini 3.1 Pro:
✦ The Architecture & Off-Main-Thread guide has been successfully added. It covers the minimal Main Thread, the App Worker paradigm, lazy loading, and the hierarchical MVC/MVVM layer structure, and links back to the source code on GitHub. Closing the ticket as the initial implementation is complete.
tobiu closed this issue on Feb 23, 2026, 5:09 PM
Objective: Explain the App Worker paradigm and the MVVM setup for DevIndex.
Tasks:
learn/guides/devindex/frontend/Architecture.md.index.htmlonly loads the micro-loader.Viewport,MainContainer, andMVVMlogic runs in a separate thread.