Echo JS 0.11.0

<~>

alt-j 2793 days ago. link 1 point
All you need to use it, is only install package and replace ReactDOMServer.renderToString to ReactRender.elementToString.
rafalfilipek 2780 days ago. link 1 point
How can I attach client side version of my app into this generated HTML? there is no data-react-checksum.
alt-j 2779 days ago. link 1 point
Simple seed: https://github.com/alt-j/fast-react-seed

Today we doesn't support react checksum or any other react methods for marking dom node, because it is the private part of react and may vary from version to version.
That's why, when you initialize your dom tree on the client, react re-render it. But in case of not very big tree, this render completely transparent to the user.