React介绍:css
React是一个库而不是一个MVC框架,由于React只负责解决MVC框架中V(View)层面的问题,React致力于建立可重用的UI组件。(React is a library for building composable user interfaces. It encourages the creation of reusable UI components which present data that changes over time.)html
为何使用React?前端
React推荐:react
React小书:http://huziketang.com/books/react/app
React官方文档:https://reactjs.org/docs/hello-world.html框架
React中文文档:http://www.css88.com/react/docs/introducing-jsx.html组件化