signals
signals copied to clipboard
Feature request: explicit React typings
I think that explicit addition of signals typings (like in ts-reset ) will have better DX.
For now typings not working for react. I can add this
All dom attributes can be preact signals, but by typings not.
I think i can fix it by redeclaring React interfaces
This should be solved by https://github.com/preactjs/signals/commit/0135d60b6de1325ee2b027a25cd60cc379f9c198
But it still will fall typechecks in html attributes and so on
I know how to solve it