前端技术更新换代很快,一年前写的 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
来自 isomorphic-cnode