wired-elements-react
wired-elements-react copied to clipboard
type safety?
I'm guessing this project is a bit dead ;)
I saw WiredElements and thought it looked just so cute, I had to use it :) Realized a bit too late what I got myself into...
The landscape for React & WebComponents is better in 2023, but the experience isn't a smooth ride either (yet?).
Anyway, I pushed through, and this PR is an example of some additional work that needs to be done to make the components fully usable in a TypeScript project. (ie so you don't have to use (event.target as any).value as string
when using the onChange event.
So, this PR to test the waters, see if there is interest in making this project move forward :)