Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

React 简介


什么是 React?

React,有时被称为前端 JavaScript 框架,是一个由 Facebook 创建的 JavaScript 库。

React 是一个用于构建 UI 组件的工具。


React 如何工作?

React 在内存中创建一个虚拟 DOM。

React 不会直接操作浏览器的 DOM,而是在内存中创建一个虚拟 DOM,并在其中进行所有必要的操作,然后再将更改应用到浏览器的 DOM。

React 只更改需要更改的内容!

React 会找出发生了哪些更改,并**只**更改需要更改的内容。

您将在本教程的其余部分了解 React 如何实现这一点的各个方面。


React.JS 历史

React.JS 的当前版本是 V18.0.0(2022 年 4 月)。

首次公开发布(V0.3.0)是在 2013 年 7 月。

React.JS 最初于 2011 年用于 Facebook 的新闻提要功能。

Facebook 软件工程师 Jordan Walke 创建了它。

当前版本的 create-react-app 是 v5.0.1(2022 年 4 月)。

create-react-app 包括内置工具,例如 webpack、Babel 和 ESLint。


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.