跳转到内容

React

维基百科,自由的百科全书

这是本页的一个历史版本,由Sky6t留言 | 贡献2016年3月15日 (二) 06:43 (通过翻译页面“React (JavaScript library)”创建)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)

React (有时叫 React.jsReactJS) 是一个开源 JavaScript 库 providing a view for data rendered as HTML. React views are typically rendered using components that contain additional components specified as custom HTML tags. React promises programmers a model in which subcomponents cannot directly affect enclosing components ("data flows down"); efficient updating of the HTML document when data changes; and a clean separation between components on a modern single-page application.