1、jsx:语法模型,语句构建模型;
2、组件:集合模型,组件管理;
3、vdom:分层模型、渲染管理模型;
4、flux:管道模型、数据模型,状态管理模型;
整体上是一个UI系统从上到下的构建;
flux、redux = mamagerof(componet.status)
react = Virtual DOM + component + data flow + jsx