JedWatson / react-hammerjs

ReactJS / HammerJS integration. Support touch events in your React app.
MIT License
937 stars 128 forks source link

Hammer is manipulating the DOM #27

Open Frikki opened 8 years ago

Frikki commented 8 years ago

Doesn’t this mess up React’s virtual DOM?

https://github.com/hammerjs/hammer.js/blob/82dc62322ffeb7abf731ba6e3465239f581d2f3b/src/touchaction.js#L36

atuttle commented 8 years ago

I'm curious about this too...