Skip to content

hydroxide-js/hydroxide

Repository files navigation

Hydroxide

Next Generation High Performance Reactive JavaScript Framework.

Hydroxide is a Reactive framework that is designed to be Extremely Fast and Easy to Use.

It does not use a Virtual DOM and instead creates a dependency graph and surgically updates the DOM when state is updated. This means that your component only needs to run once.

Hydroxide's Compiler converts the JSX into Highly Optimized DOM manipulation code. Checkout the Hydroxide Compiler Playground

Hydroxide provides a first class support for ergonomic complex state Management out of the box.


Examples

Checkout below Sandbox Examples to get a taste of Hydroxide's API


Monorepo Details

Compiler for the Hydroxide Framework. It compiles JSX to Efficient Template Hydrations

Reactive Core of the Hydroxide framework. Contains APIs for state management, effects and lifecycle hooks

DOM renderer for the Hydroxide Framework

JSX Type definitions for HTML elements


Performance Benchmark

Hydroxide is The Fastest Framework in JS-Framework-Benchmark - Much Faster than Vue, Svelte and React and comparable performance to Solid.

Hydroxide will officially be added in JS-framework-benchmark repo after V1.0 release


About

Next Generation Reactive JavaScript Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published