日期:2016-08-31 阅读:1318
dmandwp系统 - wordpress系统和DM系统区块建站>>
官方文档:
可以从这个开始安装: https://github.com/facebookincubator/create-react-app
npx create-react-app my-app cd my-app npm start
第一行的 npx 不是拼写错误 —— 它是 npm 5.2+ 附带的 package 运行工具。
-----------------
当然,直接从gastby.js 或 next.js来安装也可以。它们也是支持react的。
------------
进阶时,可以研究下 react starter包 https://reactstarter.com/
-----------------
其他文档:
http://www.ruanyifeng.com/blog/2015/03/react.html
http://www.ruanyifeng.com/blog/2016/05/react_router.html
http://www.css88.com/react/docs/getting-started.html
http://i5ting.github.io/reactjs-getting-start/
------------