Remix.run Logo
Natfan 8 hours ago

so preact sans jsx?

khanhhuunguyen 6 hours ago | parent [-]

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.