We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where can I find the "How to Contribute > Development Workflow" guide on the new react.dev website?
No response
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.
fixtures/packaging/babel-standalone/dev.html
Here are the steps I followed:
yarn build-for-flight-dev
npx pushstate-server .
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
yarn build-for-flight-dev
npx pushstate-server .
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!
The text was updated successfully, but these errors were encountered: