react.js能够和jQuery / UI组件一起玩吗?

React(和Om的cljs)看起来非常有吸引力,但我想可能是不可能使用非React组件,例如jQuery和jQueryUI与React代码一起在同一页/应用程序。

谁能确认?

是的, 反应可以和你的图书馆玩得很好

查看反应仓库中的这两个示例

  1. 引导+ jQuery

https://github.com/facebook/react/tree/master/examples/jquery-bootstrap

  1. jQuery Mobile

https://github.com/facebook/react/tree/master/examples/jquery-mobile