paypal / react-engine

a composite render engine for universal (isomorphic) express apps to render both plain react views and react-router views
Apache License 2.0
1.45k stars 130 forks source link

React.renderToString is deprecated. Please use ReactDOMServer.renderToString from require('react-dom/server') instead. #123

Closed ghost closed 8 years ago

samsel commented 8 years ago

@bodyscripter react-dom is being used in v3.x of react-engine. Please upgrade to react-engine@3. I am closing this because react-engine 3.x has support for react@0.14 and react-router@1.x - https://github.com/paypal/react-engine/blob/v3.x/lib/server.js#L22

Please open issues in Github if you face any difficulties in integrating react-engine@3 (right now its a release-candidate2)

Thanks.