DavidWells / isomorphic-react-example

Deprecated! ReactJS + NodeJS ( express ) demo tutorial with video. Universal/Isomorphic JS = Shared JavaScript that runs on both the client & server.
http://davidwells.io
MIT License
1.69k stars 272 forks source link

renderComponent() is now render() #4

Open don-smith opened 9 years ago

don-smith commented 9 years ago

This was changed in React v0.12 (http://facebook.github.io/react/blog/2014/10/28/react-v0.12.html). Just a heads up.

And thanks for putting this together. It really helped me understand how to do isomorphic React with the exact stack I was aiming for (node, and gulp). Actually, I'm targeting Sails.js, but adjusting was fairly straightforward. Thanks again.

nivv commented 9 years ago

@locksmithdon noticed this as well! Btw, can you share how you implemented this with Sails.js? I'm going down the same path but I couldn't get this example to work with Sails.js