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.
Checkout below Sandbox Examples to get a taste of Hydroxide's API
- Simple Counter
- Todo App
- Input Binding
- Conditional Rendering
- Lifecycle Hooks
- Components and Props
- Memo
- Effect
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
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