A declarative, efficient, and flexible JavaScript library for building user interfaces.css
declarative:聲明式。React將此做爲第一個詞,可見其重要性。declarative對應imperative(命令式),移步這裏看看什麼是 declarative Javascript.html
對於react,declarative的含義是:declarative UI.前端
Declarative views make your code more predictable, simpler to understand, and easier to debug.react
這說的是JSX語法,可以在JS裏面直接寫html和css,是一次大膽的創新。JSX讓人寫前端代碼寫得直呼過癮。jquery
React is flexible and can be used in a variety of projects. You can create new apps with it, but you can also gradually introduce it into an existing codebase without doing a rewrite.web
你沒有必要非在整個網頁或者整個項目中使用react。你能夠只在一個dom節點中使用,而後慢慢地去作重構。因此,使用react和使用jquery,angular並不衝突。app