Echo JS 0.11.0

<~>

alt-j comments

alt-j 2788 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.
alt-j 2802 days ago. link 1 point
All you need to use it, is only install package and replace ReactDOMServer.renderToString to ReactRender.elementToString.
alt-j 3131 days ago. link 1 point
Frontend project template (for a quick star), with full test and build infrastructure.