Zh Hans.react.dev screenshot

Zh Hans.react.dev

Author Avatar Theme by Reactjs
Updated: 23 May 2025
955 Stars

React documentation website in Simplified Chinese

Categories

Overview:

React 中文文档 is a repository containing the source code and documentation for the React library in Chinese. The official documentation is continuously synced with this repository, with a focus on maintaining and enhancing the existing translations. Contributors are encouraged to follow the translation guidelines before participating in the project.

Features:

  • Real-time Syncing: Official React documentation is synced in real-time with the repository.
  • Translation Contributions: Users can contribute to completing and improving the existing translations in Chinese.
  • Guidelines: Detailed guidelines for contributing to the React 中文文档 project are provided.

Installation:

To install the React 中文文档 theme, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    
  2. Navigate to the project root:

    cd react.dev
    
  3. Install dependencies using Yarn:

    yarn
    
  4. Start the development server powered by Next.js:

    yarn dev
    
  5. Open the site in your browser at http://localhost:3000.

Summary:

React 中文文档 repository hosts the source code and documentation for React in Chinese. Contributors can join the project to help in improving and maintaining the translations. The installation process involves cloning the repository, installing dependencies with Yarn, and starting the development server. It offers real-time syncing of the official React documentation and provides clear guidelines for contributors to follow.