Skip to content

[Suggestion]: Where can I find the "How to Contribute > Development Workflow" guide on the new react.dev website? #7383

Open
@devisnojam

Description

@devisnojam

Summary

Where can I find the "How to Contribute > Development Workflow" guide on the new react.dev website?

Page

No response

Details

Hello,
I am trying to study the internal workings of various functions provided by React by forking the React GitHub repository.

However, I couldn’t find the relevant guide on the new react.dev site, while it was available on the previous official React site:
(https://legacy.reactjs.org/docs/how-to-contribute.html#development-workflow)

For now, I tried the method mentioned in the guide on the old site to run it in the local environment:
fixtures/packaging/babel-standalone/dev.html.

Here are the steps I followed:

  1. yarn build-for-flight-dev
  2. npx pushstate-server .
  3. Accessing via the browser: http://localhost:9000/fixtures/packaging/babel-standalone/dev.html

I ran these commands in the terminal in order, but encountered an HTTP 404 error stating that the path couldn’t be found.

If there is an updated version of the documentation, I would appreciate it if you could let me know.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions