LearnNewsExamplesServices
Frontmatter
id9259
titleCreate Frontend Guide 1: Architecture & Off-Main-Thread
stateClosed
labels
documentationai
assigneestobiu
createdAtFeb 22, 2026, 6:47 PM
updatedAtFeb 23, 2026, 5:09 PM
githubUrlhttps://github.com/neomjs/neo/issues/9259
authortobiu
commentsCount1
parentIssue9257
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 23, 2026, 5:09 PM

Create Frontend Guide 1: Architecture & Off-Main-Thread

Closed v12.0.0 documentationai
tobiu
tobiu commented on Feb 22, 2026, 6:47 PM

Objective: Explain the App Worker paradigm and the MVVM setup for DevIndex.

Tasks:

  • Create learn/guides/devindex/frontend/Architecture.md.
  • Explain how index.html only loads the micro-loader.
  • Detail how the entire Viewport, MainContainer, and MVVM logic runs in a separate thread.
  • Explain the benefits of "Off-Main-Thread" for keeping the DOM fast.
tobiu added the documentation label on Feb 22, 2026, 6:47 PM
tobiu added the ai label on Feb 22, 2026, 6:47 PM
tobiu assigned to @tobiu on Feb 22, 2026, 6:48 PM
tobiu added parent issue #9257 on Feb 22, 2026, 6:48 PM
tobiu referenced in commit e9fcab3 - "docs: Add Architecture and Off-Main-Thread guide for DevIndex (#9259) on Feb 23, 2026, 5:08 PM
tobiu
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