React UI authoring
vgai presents each declared React adapter root as a native hierarchy. Its JSX is the
authored document: supported inspector edits write directly to .tsx, and the same root
mounts in Edit/Play and standalone builds.
In this section
Section titled βIn this sectionβ- UI in the game hierarchy β find React roots and their OID-backed JSX elements.
- React UI roots β manifest declaration, game-state subscriptions, input, and lifecycle.
- React adapter roots β JSX truth, composition, and the unmanaged-root guard.
- Build a React root β an editor-first worked lesson.