facebook/react
The library for web and native user interfaces. Looking for maintainers!
| language | JavaScript |
| license | MIT |
| stars | ★ 228k |
| forks | 46.5k |
| watchers | 6.7k |
| open issues | 847 |
| open PRs | 342 |
| contributors | 1,617 |
| commits | 17,463 |
| default branch | main |
| size | 214 MB |
| posted | May 29, 2013 |
| updated | 2 hours ago |
about this repository
React is a JavaScript library for building user interfaces. Declarative: React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Component-Based: Build encapsulated components that manage their own state, then compose them to make complex UIs.
clone / download
README.md
# react The library for web and native user interfaces. ## Installation ``` npm install react react-dom ``` ## Usage Import React in your file and start building components. ## Documentation See the official docs at react.dev for full documentation, examples, and guides. ## License MIT
homepage
https://react.devsafety tips
- - review code before running
- - check license before use
- - report malicious repos
similar listings