Sigment is a lightweight, fine-grained reactive JavaScript framework that allows you to build fast, maintainable UIs without virtual DOM or JSX.
No! Sigment uses plain JavaScript tag functions, so you can write UI code without transpilers or JSX syntax.
Sigment uses fine-grained signals to track dependencies at the element level, so only the minimal necessary DOM updates happen.
Yes, you can dynamically add new tag functions with addsigment()
for custom element names.
Absolutely! Sigment is built with TypeScript support in mind, and you can declare types for custom tags to get full typing.