File:React_Logo_SVG.svg · Wikimedia Commons · See Wikimedia Commons
React
Sign in to saveAlso known as React.js, React JavaScript library, ReactJS, reactjs
用于构建响应式用户界面的JavaScript库
Key facts
- Original author
- Jordan Walke
- Developers
- Meta and community
- Initial release
- May 29, 2013 ; 13 years ago ( 2013-05-29 )
- Written in
- JavaScript
- Platform
- Web platform
- Type
- JavaScript library
- License
- MIT License
- Website
- react .dev
- Repository
- github .com /facebook /react
via Wikipedia infobox
Source code
We have several examples on the website. Here is the first one to get you started: This example will render "Hello Taylor" into a container on the page. You'll notice that we used an HTML-like syntax; we call it JSX. JSX is not required to use React, but it makes code more readable, and writing it feels like writing HTML. The main purpose of this repository is to continue evolving React core, making it faster and easier to use. Development of React happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving React. Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated. Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React. To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place to get started.
Excerpt from the source-code README · 5,316 chars · not written by Vinony
Article · 中文
React(也稱為React.js或ReactJS)是一個自由及开放源代码的前端JavaScript工具庫, 用於基於UI組件構建用戶界面。 它由Meta(前身為Facebook)和由個人開發者和公司組成的社群維護。React可用作開發具有Next.js等框架的單頁、手機或伺服器渲染應用程式的基礎。然而,React只專注狀態管理和將狀態渲染到DOM,因此創建React應用程式通常需要使用額外的工具庫來進行路由實作,以及某些客戶端功能。
Abstract from DBpedia / Wikipedia · CC BY-SA