Skip to content

Refactor vDom Language Resolution #39

Description

@SeeChen

Goal

Make vDOM language resolution use the current runtime context instead of stale module-level values.

Scope

  • Avoid caching language and translation data before app bootstrap finishes.
  • Resolve translation data at create/render/diff time where appropriate.
  • Keep layout JSON independent from direct DOM text injection.
  • Preserve safe text rendering behavior.

Notes

This is part of the Version A - Amber foundation work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    architectureCore structure and system design work.frontendFrontend UI, routing, rendering, and browser behavior.i18nLanguage detection, translation resources, and localization flow.refactorCode restructuring without changing intended behavior.vdomVirtual DOM creation, rendering, diffing, and patching.

    Projects

    Status
    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions