Skip to content

Overview

Regor is a powerful UI framework designed for building HTML5-based applications in both web and desktop environments. With a focus on simplicity, performance, and flexibility, Regor provides developers with the tools to create dynamic and interactive user interfaces.

  • Simplicity without a Virtual DOM: Develop UIs without the complexity of a Virtual DOM, simplifying implementation and debugging.

  • Native TypeScript Support: Enjoy native TypeScript support for strong typing and code consistency.

  • No Build Step Required: Define components in TypeScript using tagged string templates, eliminating the need for a build step.

  • Secure JavaScript VM: Regor’s secure JavaScript Virtual Machine ensures safe runtime compilation under strict content security policies.

  • Flexible Reactivity: Empower developers with a highly flexible reactivity system.

  • Non-JavaScript Server-Side Rendering (SSR): Support server-side rendering by not removing existing HTML elements.

  • Reentrance: Enable multiple mountings in previously mounted areas for dynamic rendering.

  • Compatibility: Seamlessly integrate with other DOM-manipulating libraries.

Explore the Regor documentation to learn more about its features and how to leverage them in your projects.

Back to the main