Preact support
#1107
Replies: 1 comment
-
Sorry, I barely have time to invest development in the library as is, so I can't do any Preact support. I am happy to take contributions, though. It is open source after all. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a Preact app, and this library looks useful and feature-complete, but it uses React types directly and I see no mentions of Preact anywhere in the documentation or issue tracker. Would it be possible to add Preact support to the library? AFAIK, it would mostly consist of using Preact hooks instead of React's, and ingesting native browser key events rather than React's synthetic events.
Beta Was this translation helpful? Give feedback.
All reactions