3 comments

  • khanhhuunguyen a day ago

    Sorry, I forgot to add the repo link: https://github.com/domphy/domphy

  • Natfan a day ago

    so preact sans jsx?

    • khanhhuunguyen a day ago

      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.