Binding events in a typesafe way with typescript?
I'm following the binding events (https://docs.solidjs.com/concepts/components/event-handlers#binding-events) section of the docs so solid can optimize my event handlers, but I'm not able to do this in a typesafe way. For example:
Is there any way to take advantage of Solid's event binding pattern while still retaining typesaftey?
0 Replies