A JavaScript UI library for imperative JSX

@matry/dom is a new web framework offering imperatively creating and updating the DOM using JSX, providing a unique approach to UI engineering. It aims to address issues in React, such as state management, performance limitations, and difficulty with server-side rendering. By allowing developers to imperatively control the DOM while keeping the UI declarative, @matry/dom offers a different paradigm with advantages like performance optimization and flexibility to use existing libraries without constraints. While there are tradeoffs like limited query expressiveness and architectural considerations, the library offers functions mirroring native DOM methods for a more platform-centric approach. Currently under active development, not recommended for production use until version 1.0.0.

https://www.npmjs.com/package/@matry/dom

To top