ReDom Framework

ReDOM is a lightweight and efficient UI framework that combines the best features of React and Vue, offering a modern approach to building dynamic web applications with TypeScript.

XML-Based

Templates utilize the XML format, enabling dynamic applications. They can be stored in a database and modified using xpaths.

Browser-Compiled Templates

While not suitable for every application, generating dynamic user interfaces in the browser is powerful. For instance, a generic form component can create tailored interfaces for different models from an XML view.

No Toolchain Needed

This is invaluable for applications where standard web tools like npm are unsuitable due to security, deployment, or specific asset requirements.

Example