Skip to content

Fix setup page #7607

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged

Conversation

jasonqiu212
Copy link
Contributor

Fixes #7606
Fixes #7498

Copy link

vercel bot commented Feb 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
19-react-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 15, 2025 1:12pm
react-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 15, 2025 1:12pm

Copy link

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@@ -23,10 +23,6 @@ React Developer Tools is a browser extension that can inspect React components,

React Compiler is a tool that automatically optimizes your React app. [Learn more](/learn/react-compiler).

## Start a React Project from scratch {/*start-a-react-project-from-scratch*/}

If you want to build your own framework, you can [start a React project from scratch](/learn/start-a-react-project-from-scratch).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of being deleted, this should probably point to /learn/building-a-react-framework?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @gaearon, Apologies, I should have clarified my rationale. I initially wanted to link /learn/building-a-react-framework too. However, it felt out of place in the Setup page, since the /learn/building-a-react-framework page is already linked in the Installation page.

@rickhanlonii Could you please clarify if the /learn/building-a-react-framework page should be linked here or if the section should be removed entirely?

Copy link
Contributor

@elitalpa elitalpa Feb 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the /learn/building-a-react-framework page just got renamed to /learn/build-a-react-app-from-scratch in #7624

Also /learn/start-a-react-project-from-scratch seems to not be a valid url anymore (but this url is still mentioned on the learn/setup page) :
image

image

I guess the section should be renamed or removed, currently the url is not valid and results in a "not found" error.

Edit : saw afterwards that other issues already mention this "not found" error for the link and it's why this PR exists, hope a decision will be made

@rickhanlonii
Copy link
Member

Yeah this section shouldn't be here, the Setup section is it's own group now.

There was an old commit on that PR that had Start a React App from Scratch under Setup, which was moved under Installation and renamed to Building a React framework, which was now renamed to Build a React App from Scratch, but still under installation.

@rickhanlonii rickhanlonii merged commit 34e13df into reactjs:main Feb 18, 2025
10 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Typo]: Misspelling on Setup Page "start a React project from scratch" not found
5 participants