app like that
Eleva
Eleva

Eleva is a minimalist, lightweight, pure vanilla JavaScript frontend runtime framework designed for creating modular and scalable applications without the overhead of large frameworks.

Features

Component-Based Architecture

Create reusable UI components effortlessly, promoting modular application development.

Signal-Based Reactivity

Provides fine-grained reactivity, updating only the necessary parts of the application.

Event Handling

Built-in event emitter for robust inter-component communication, simplifying how components interact.

Template Parsing

Secure and dynamic interpolation with a custom TemplateEngine for better control over the view layer.

DOM Diffing & Patching

High-performance updates without the need for a virtual DOM, improving rendering efficiency.

UMD & ES Module Builds

Supports modern build tools and environments, such as ES Modules and UMD, to suit different development workflows.

Tiny Footprint & TypeScript Support

Approximately ~4 KB minified with built-in TypeScript declarations to keep the application lightweight while providing type safety.