twbs / ratchet

Build mobile apps with simple HTML, CSS, and JavaScript components.
http://goratchet.com
MIT License
14.62k stars 1.45k forks source link

Push.js and React Virtual DOM conflict? #656

Open kristianmandrup opened 10 years ago

kristianmandrup commented 10 years ago

Push.js seems to conflict with the React.js and the Virtual DOM update mechanism.

https://groups.google.com/forum/#!topic/goratchet/Ia3hXkeddEg

"I'm having a problem with React needing to attach it's fake dom to the browser dom, which means nesting the .bar and .content element. That really messes with Ratchet's CSS. Is there a way to nest those in parents?"

Any solutions to this? Has anyone successfully integrated ReactJS with Rachet and Push.js?

smnplk commented 9 years ago

I'm interested if you solved the problem, because I have some similar issues. I am thinking maybe just ditching ratchet.js, because for routing I am using react-router anyways.

luisrudge commented 9 years ago

Any thoughts on this?

EdwardReed commented 9 years ago

Checkout: https://www.npmjs.com/package/react-ratchet

jin commented 8 years ago

+1