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

About re-render #24

Open EasonWang01 opened 8 years ago

EasonWang01 commented 8 years ago

Hi,I'm new to this.My question is that the server already render the react component why it should still write code in client side html to ReactDOM.render again?