artalar / act

Act is the most efficient reactive state library in both: speed, size, correctness.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add types for act-jsx

artalar opened this issue · comments

Follow this repl you could see errors for using acts as properties. We need to allow for all native element properties the both types of values: primitives and the save ActValue. It could be done by JSX namespace(?) overloading.