新觅源码分享开源软件分享 · XinMiCode

登录|注册

消息开通会员
新觅源码分享

开源软件分享,只收取会员费

关于我们用户协议隐私政策会员协议开源许可开通会员全部标签

Gitea微信公众号 · 新觅

© 2026 新觅源码分享. 保留所有权利。

客服反馈

AI 选型助手

描述你的需求,我来帮你选型

说说行业与场景,我会从目录里最多推荐 3 个项目。

Enter 发送 · 游客 20 次/时

  1. 首页
  2. ›正文

本页导航

  • 项目介绍
  • 仓库预览
  • 交付方式
  • 用户评论

内容大纲

  • Installation
  • Documentation
  • Examples
  • Contributing
  • Code of Conduct
  • Contributing Guide
  • Good First Issues
  • License

react

觅心米1小时前更新000
登录查看交付
AI 摘要

The library for web and native user interfaces.

项目简介

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

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. Declarative views make your code more predictable, simpler to understand, and easier to debug.
  • Component-Based: Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep the state out of the DOM.
  • Learn Once, Write Anywhere: We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React can also render on the server using Node and power mobile apps using React Native.

Learn how to use React in your project.

Installation

React has been designed for gradual adoption from the start, and :

源码

觉得不错?点个赞吧!

0

仓库预览

pelmanmoe80-dev/react·main

只读预览

正在加载目录…

商品简介

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

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. Declarative views make your code more predictable, simpler to understand, and easier to debug.
  • Component-Based: Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep the state out of the DOM.
  • Learn Once, Write Anywhere: We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React can also render on the server using Node and power mobile apps using React Native.

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:

  • Use Quick Start to get a taste of React.
  • Add React to an Existing Project to use as little or as much React as you need.
  • Create a New React App if you're looking for a powerful JavaScript toolchain.

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:

  • Quick Start
  • Tutorial
  • Thinking in React
  • Installation
  • Describing the UI
  • Adding Interactivity
  • Managing State
  • Advanced Guides
  • API Reference
  • Where to Get Support
  • Contributing Guide

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 <div>Hello {name}</div>;
}

const root = createRoot(document.getElementById('container'));
root.render(<HelloMessage name="Taylor" />);

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.

未领取也可只读浏览目录与文本文件。领取后获得夸克网盘永久分享(含提取码)。

交付方式

登录后即可查看 pelmanmoe80-dev/react 的夸克网盘永久分享(含提取码)。上方仓库预览无需登录也可浏览。

登录查看交付

评论0

登录 后才能发表评论。提交后需管理员审核才会公开。

还没有公开评论。登录后可以提交,审核通过后会出现在这里。

相关推荐

Microsoft-Activation-Scripts
公开新上架

Microsoft-Activation-Scripts

Open-source Windows and Office activator featuring HWID, Ohook, TSforge, and Online KMS activation methods, along with advanced troubleshooting.

觅心米1小时前
公开领取00
ohmyzsh
公开新上架

ohmyzsh

🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python,…

今日推荐

云睿资产管理系统
精选

云睿资产管理系统

会员可领

热门推荐

  1. 1
    云睿资产管理系统

    云睿资产管理系统

    面向数据中心运维的资产管理源码,覆盖机房机柜设备全生命周期,支持 3D 可视化、工单与盘点。

    会员可领

  2. 2

    Omarchy:漂亮、现代且固执己见的 Linux 发行版

    由 DHH 打造的漂亮、有趣且智能的 Linux 发行版,提供精心配置的桌面、开发工具与统一体验。

    公开领取

  3. 3
    skill

react

公开领取

登录查看交付
you can use as little or as much React as you need
  • Use Quick Start to get a taste of React.
  • Add React to an Existing Project to use as little or as much React as you need.
  • Create a New React App if you're looking for a powerful JavaScript toolchain.

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:

  • Quick Start
  • Tutorial
  • Thinking in React
  • Installation
  • Describing the UI
  • Adding Interactivity
  • Managing State
  • Advanced Guides
  • API Reference
  • Where to Get Support
  • Contributing Guide

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 <div>Hello {name}</div>;
}

const root = createRoot(document.getElementById('container'));
root.render(<HelloMessage name="Taylor" />);

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.

觅心米3小时前
公开领取00
公开新上架

markitdown

Python tool for converting files and office documents to Markdown.

觅心米3小时前
公开领取00
ollama
公开新上架

ollama

Get up and running with Kimi, GLM, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

觅心米3小时前
公开领取00

skill

收录最全、更新最快的技能Skills商店:精选原创技能包(涵盖文档处理、内容创作、编程开发、机器学习、自动化工作流),全部打包好可直接安装使用!同时自动抓取GitHub上万个Skills项目,按分类、更新时间、Star数量整理。The most comprehensive and frequently updated AI Agent skill library, featuring curat…

公开领取

  • 4
    fmt:现代 C++ 高性能格式化库

    fmt:现代 C++ 高性能格式化库

    fmt 是一个开源 C++ 格式化库,提供快速、类型安全的字符串格式化,替代传统 printf 和 iostreams。支持 C++20 std::format 等现代特性,高性能且易于使用。

    公开领取

  • 5
    灵犀 Studio 多模型AI Agent管理控制台源码

    灵犀 Studio 多模型AI Agent管理控制台源码

    私有化部署的一体化AI工作台,支持多模型对话、渠道接入、用量分析、任务调度与运维管理,开箱即用。

    会员可领

  • 会员专属权益

    开通会员后,即可领取全部仅会员项目;公开项目登录就能领。

    立即开通会员 →

    标签云

    100天996安全本地部署闭包编程编程教程编程学习编码代理编码规范博物馆项目财务系统操作系统测试驱动开发插件化程序员全部 227

    社区公告

    • 09-08项目评论已开放,登录后提交,审核通过即展示。
    • 09-01微信公众号验证码登录可用,订阅号也能进站。
    • 08-22领取成功即可获得夸克网盘永久分享(含提取码)。
    首页AI工具开源项目技术教程会员专区我的领取