react/react

▲ 593 stars today★ 250,609⑂ 51,381

The library for web and native user interfaces.

About react/react

react/react is an open-source project on GitHub, mainly written in JavaScript. The library for web and native user interfaces. It currently holds 250,609 stars and 51,381 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

Git Homed tracks it on the Today's Trending board.

GitHub Repository Details

Repository react/react · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

React · GitHub license npm version (Runtime) Build and Test (Compiler) TypeScript PRs Welcome

React is a JavaScript library for building user interfaces.

Learn how to use React in your project.

Installation

React has been designed for gradual adoption from the start, and you can use as little or as much React as you need:

Documentation

You can find the React documentation on the website.

Check out the Getting Started page for a quick overview.

The documentation is divided into several sections:

You can improve it by sending pull requests to this repository.

Examples

We have several examples on the website. Here is the first one to get you started:

import { createRoot } from 'react-dom/client';

function HelloMessage({ name }) { return

Hello {name}
; }

const root = createRoot(document.getElementById('container')); root.render();

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.

Contributing

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.

Code of Conduct

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.

Contributing Guide

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.

Good First Issues

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.

License

React is MIT licensed.

GitHub Stars & Activity

250,609Stars
51,381Forks
0Open issues
JavaScriptLanguage

GitHub Popularity

GitHub stars250,609
Forks51,381
Open issues0
Primary languageJavaScript
License-
Stars gained today593
Created-
Last pushed-

Trending History

Weekly boardrank #76 · ▲ 593 stars

Related GitHub Projects

1

affaan-m / ECC

JavaScript★ 263,382⑂ 39,412▲ 1,012 stars
2

addyosmani / agent-skills

JavaScript★ 97,467⑂ 10,279▲ 729 stars
3

byoungd / up

JavaScript★ 63,347⑂ 6,411▲ 148 stars
4

cloudflare / security-audit-skill

JavaScript★ 17,579⑂ 976▲ 2,375 stars
5

mnfst / awesome-free-llm-apis

JavaScript★ 7,910⑂ 755▲ 138 stars
6

BuilderIO / skills

JavaScript★ 4,332⑂ 215▲ 22 stars
7

WorldFlowAI / everything-claude-code

JavaScript★ 3,343⑂ 520▲ 99 stars
8

akiralereal / iptv

JavaScript★ 797⑂ 254▲ 37 stars

More Trending Repositories