Show HN: LemonadeJS v5 – Micro-reactive JavaScript library (5.5KB, JSX, no deps)

5 rnyrms 1 5/2/2025, 11:05:16 AM lemonadejs.com ↗
Hey HN,

We just released v5 of LemonadeJS, a micro-reactive library (~5.5KB compressed, no dependencies) that brings reactivity, scoped state, and JSX support to browser-native JavaScript.

Key Features in v5: - Private reactive state for components - Scoped events for modularity - JSX support (via a Babel plugin) - children argument for nested components - Template literal interpolation - Improved DOM rendering performance

Use it with plain JS, TypeScript, or JSX — no build step required. Ideal for browser tools, widgets, or building fast UIs without bundlers.

https://lemonadejs.com https://github.com/lemonadejs

Let us know your thoughts—feedback, questions, and contributions are welcome!

Comments (1)

pier25 · 6h ago
Very cool.

I love the zero dependencies.

So the funding comes from selling the data grid, etc?

BTW you should add Lemonade to the JS benchmarks:

https://github.com/krausest/js-framework-benchmark

https://krausest.github.io/js-framework-benchmark/current.ht...