zilverline / react-tap-event-plugin

Instant TapEvents for React
http://facebook.github.io/react/
MIT License
1.07k stars 110 forks source link

Didn't support preact ? Hope to see that preact will be supported #104

Closed ApsarasX closed 2 years ago

ApsarasX commented 7 years ago

When I try to use react-tap-event-plugin in my preact project, it reported error that

./~/react-tap-event-plugin/src/injectTapEventPlugin.js
Module not found: Can't resolve 'react-dom/lib/EventPluginHub' in '/Users/chenwengang/wireless-sign-in/preact-web-sign-in/node_module
s/react-tap-event-plugin/src'

maybe you haven't heard preact, it'sFast 3kB alternative to React with the same ES6 API. and have about 11k stars in github.

liumin1128 commented 7 years ago

I hope so

blinkcat commented 7 years ago

so, How did you solve this problem?