Bloomca / veles

UI library with main focus on performance
https://bloomca.github.io/veles/
MIT License
47 stars 0 forks source link

add JSX types #33

Closed Bloomca closed 4 months ago

Bloomca commented 4 months ago

Description

Add JSX types. The attribute function is somewhat sloppy, with my skills at this point I am not sure I can do better :) This should allow to use the library fully in TypeScript, which is a good start.

Almost all the credit goes to Preact (ref) with slight tweaks due to changes in internal API between libraries.