Preact changes the syntax, Domphy changes the model: no virtual DOM, listener reactivity, native patch instead of component. It also comes with a constraint-based design system — every size and color value is derived from a formula, not magic numbers.
Sorry, I forgot to add the repo link: https://github.com/domphy/domphy
so preact sans jsx?
Preact changes the syntax, Domphy changes the model: no virtual DOM, listener reactivity, native patch instead of component. It also comes with a constraint-based design system — every size and color value is derived from a formula, not magic numbers.