Hydroxide Framework

High performance reactive JavaScript framework with a custom compiler

Hydroxide is a Reactive framework that is designed to be extremely fast and error-prone. It does not use a Virtual DOM and instead creates a dependency graph and surgically updates the DOM when state is updated. The component does not run again when state is updated which removes a whole class of bugs and need to manually optimize your code.

Optimization Compiler

Hydroxide's Compiler converts the JSX into Highly Optimized DOM manipulation code. Check out the Compiler Playground to see it in action.

Hydroxide is the fastest framework in JS-Framework-Benchmark - much faster than popular frameworks like Vue, Svelte and React

Automatic Dependency Tracking

Hydroxide automatically tracks which reactive values are used in effects and computed values - no manual dependency arrays needed

Demos