用 react 写的同构 cnodejs webapp
前端技术更新换代很快,一年前写的 react-todomvc demo 从现在的视角看,已经有些过时。
这几天用当前更先进的技术,写了另一个 react-cnode demo。服务端渲染和客户端渲染、hash 和 pusState,react 和 react-lite,三对任意组合配置都能跑。
Github 项目地址:https://github.com/Lucifier129/isomorphic-cnode
在线演示地址:https://lucifier129.github.io/isomorphic-cnode
欢迎提意见和建议:)
注:在线演示部署在 github page,只有浏览器端渲染的功能,服务端渲染需要 clone 到本地 npm install && npm start
<br/>
来自 <a class=“from” href=“https://github.com/Lucifier129/isomorphic-cnode”>isomorphic-cnode</a>
2 回复
服务器端渲染的没玩过 <br><br>来自<a href=“https://1340641314.github.io/react-cnode/” target="_blank">react-cnode手机版</a>
你的代码是8空格啊?