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組件化