Skip to content

Commit de1239d

Browse files
committed
#6853 Application Bootstrap: summary => increasing the clarity that main only applies deltas
1 parent 0bc201f commit de1239d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

resources/data/deck/learnneo/pages/guides/ApplicationBootstrap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ The Neo.mjs application bootstrap process follows these key steps:
347347
6. **Neo.worker.App** receives the message and dynamically imports the application module
348348
7. **app.mjs** is executed, and its onStart function creates the application
349349
8. **Component Tree** is constructed in the Neo.worker.App worker
350-
9. **VDom Generation and Rendering** creates the actual DOM in the main thread
350+
9. **VDom Generation and Rendering** processes vdom changes: App Worker sends vdom to VDom Worker, which calculates deltas,
351+
and Main Thread applies these deltas to the DOM
351352

352353
This multi-threaded architecture allows your application code to run in either a dedicated or shared Neo.worker.App worker,
353354
completely separate from DOM manipulation, providing better performance and responsiveness.

0 commit comments

Comments
 (0)