react学习总结

http://www.runoob.com/react/react-tutorial.html
一般先看一些中文的简单的介绍和一些基本概念
http://reactjs.cn/react/docs/getting-started.html
一般英文的文档比较全面,系统和容易懂
https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-bootstrap
一个好的框架帮助我更好的理解项目开发的整个流程技术,seo首页优化,改变html的title,变量替换,less,sass,scss,proxy,test测试,.env。
https://reactstrap.github.io/components/buttons/
组件封装理解,行为和样式封装,组件生命周期,通用组件的写法

原文地址:https://www.cnblogs.com/wlinglinux/p/6541830.html