react-ratchet: A mobile application example built with Yahoo’s fluxible, and Rachet 2.0 是一个构建在 Yahoo’s fluxible, and Rachet 2.0之上的移动应用开发示例
另外它是一个koa比较好的一个例子
看一下技术栈
https://github.com/bringking/react-ratchet/blob/master/package.json
{
"name": "react-ratchet",
"version": "0.0.1",
"description": "react-ratchet",
"main": "app.js",
"scripts": {
"start": "node --harmony --use-strict server.js",
"test": "gulp test",
"postinstall": "gulp build"
},
"dependencies": {
"6to5": "^3.6.5",
"babel": "^4.7.1",
"bluebird": "^2.9.13",
"class-extend": "^0.1.1",
"co-body": "^1.1.0",
"co-thunkify": "0.0.0",
"debug": "^2.0.0",
"flux-router-component": "0.5.14",
"fluxible": "0.2.5",
"fluxible-plugin-routr": "0.3.0",
"gulp": "3.8.10",
"gulp-cli": "^0.1.5",
"gulp-nodemon": "^1.0.5",
"gulp-sass": "^1.3.3",
"gulp-util": "*",
"gulp-watch": "^3.0.0",
"gulp-webpack": "^1.3.0",
"jsx-loader": "^0.12.2",
"koa": "^0.18.1",
"koa-common": "^1.2.0",
"koa-mount": "^1.3.0",
"koa-static": "^1.4.9",
"less-plugin-clean-css": "^1.4.0",
"minimist": "1.1.0",
"node-jsx": "^0.12.4",
"react": "^0.12.2",
"react-animate": "^1.1.0",
"serialize-javascript": "^1.0.0",
"superagent": "0.21.0",
"thunkify-wrap": "^1.0.4",
"webpack": "^1.7.2"
},
"engines": {
"node": "= 0.12.0",
"npm": "2.5.x"
},
"author": "Charles King",
"license": "MIT"
}
还是不错的
3 回复