All Projects → reactjs → Reactjs.org

reactjs / Reactjs.org

Licence: cc-by-4.0
The React documentation website

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to Reactjs.org

Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (-97.76%)
Mutual labels:  documentation, website
Preact Www
📖 Preact documentation website.
Stars: ✭ 272 (-95.94%)
Mutual labels:  documentation, website
Jenkins.io
A static site for the Jenkins automation server
Stars: ✭ 165 (-97.54%)
Mutual labels:  documentation, website
Elementsproject.org
Source code for the ElementsProject.org website
Stars: ✭ 84 (-98.75%)
Mutual labels:  documentation, website
Documentation Html Template
A Sample Documentation Template for Themes, Templates and Plugins
Stars: ✭ 322 (-95.19%)
Mutual labels:  documentation, website
Lodash.com
The Lodash website.
Stars: ✭ 119 (-98.22%)
Mutual labels:  documentation, website
Swagger Toolbox
💡 Swagger schema model (in yaml, json) generator from json data
Stars: ✭ 194 (-97.1%)
Mutual labels:  documentation, website
Getkirby.com
Source code and content for the Kirby website
Stars: ✭ 57 (-99.15%)
Mutual labels:  documentation, website
Easy Hexo
🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。
Stars: ✭ 314 (-95.31%)
Mutual labels:  documentation, website
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (-95.3%)
Mutual labels:  documentation, website
Code Cookbook
The Haxe Code Cookbook - A community driven resource website for learning Haxe in practise
Stars: ✭ 84 (-98.75%)
Mutual labels:  documentation, website
Rabbitmq Website
RabbitMQ website and documentation guides
Stars: ✭ 433 (-93.53%)
Mutual labels:  documentation, website
Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (-99.06%)
Mutual labels:  documentation, website
Docusaurus
Easy to maintain open source documentation websites.
Stars: ✭ 29,053 (+333.82%)
Mutual labels:  documentation, website
Valadoc Org
Build tools used to generate valadoc.org
Stars: ✭ 60 (-99.1%)
Mutual labels:  documentation, website
Dvc.org
🔗 DVC website and documentation
Stars: ✭ 171 (-97.45%)
Mutual labels:  documentation, website
Docslikecode
Read stories, learn through practice, share with others, to treat docs as code.
Stars: ✭ 28 (-99.58%)
Mutual labels:  documentation, website
Papogen
Use Sass/CSS + Pug + Node.js to generate beautiful static website.
Stars: ✭ 37 (-99.45%)
Mutual labels:  documentation, website
Dlang.org
Pages for the dlang.org website, home of the D Programming Language
Stars: ✭ 274 (-95.91%)
Mutual labels:  documentation, website
Website
Yarn package manager website
Stars: ✭ 374 (-94.42%)
Mutual labels:  documentation, website

reactjs.org

This repo contains the source code and documentation powering reactjs.org.

Getting started

Prerequisites

  1. Git
  2. Node: any 12.x version starting with v12.0.0 or greater
  3. Yarn: See Yarn website for installation instructions
  4. A fork of the repo (for any contributions)
  5. A clone of the reactjs.org repo on your local machine

Installation

  1. cd reactjs.org to go into the project root
  2. yarn to install the website's npm dependencies

Running locally

  1. yarn dev to start the hot-reloading development server (powered by Gatsby)
  2. open http://localhost:8000 to open the site in your favorite browser

Contributing

Guidelines

The documentation is divided into several sections with a different tone and purpose. If you plan to write more than a few sentences, you might find it helpful to get familiar with the contributing guidelines for the appropriate sections.

Create a branch

  1. git checkout main from any folder in your local reactjs.org repository
  2. git pull origin main to ensure you have the latest main code
  3. git checkout -b the-name-of-my-branch (replacing the-name-of-my-branch with a suitable name) to create a branch

Make the change

  1. Follow the "Running locally" instructions
  2. Save the files and check in the browser
  3. Changes to React components in src will hot-reload
  4. Changes to markdown files in content will hot-reload
  5. If working with plugins, you may need to remove the .cache directory and restart the server

Test the change

  1. If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.
  2. Run yarn check-all from the project root. (This will run Prettier, ESLint, and Flow.)

Push it

  1. git add -A && git commit -m "My message" (replacing My message with a commit message, such as Fix header logo on Android) to stage and commit your changes
  2. git push my-fork-name the-name-of-my-branch
  3. Go to the reactjs.org repo and you should see recently pushed branches.
  4. Follow GitHub's instructions.
  5. If possible, include screenshots of visual changes. A Netlify build will also be automatically created once you make your PR so other people can see your change.

Translation

If you are interested in translating reactjs.org, please see the current translation efforts at translations.reactjs.org.

If your language does not have a translation and you would like to create one, please follow the instructions at reactjs.org Translations.

Troubleshooting

  • yarn reset to clear the local cache

License

Content submitted to reactjs.org is CC-BY-4.0 licensed, as found in the LICENSE-DOCS.md file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].