Skip to content
New issue

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

React Developer Roadmap recommends create-react-app #6128

Closed
JusticeMatthew opened this issue Jul 10, 2024 · 1 comment
Closed

React Developer Roadmap recommends create-react-app #6128

JusticeMatthew opened this issue Jul 10, 2024 · 1 comment
Labels
react Roadmap: react topic-change Missing or deprecated topics in roadmap

Comments

@JusticeMatthew
Copy link

JusticeMatthew commented Jul 10, 2024

Roadmap URL

https://roadmap.sh/react

Suggestions

The React roadmap still recommends learning create-react-app which has not been the recommended solution for quite some time.

Per the React docs here: https://react.dev/learn/start-a-new-react-project

The recommended solution for new projects is using a UI framework, with the recommended framework being Next js.
The docs additionally state that to create a project without a UI framework or to add react to an existing project you would merely install react and react-dom with your chosen package manager.

No mention of CRA that I could find

@JusticeMatthew JusticeMatthew added the topic-change Missing or deprecated topics in roadmap label Jul 10, 2024
@github-actions github-actions bot added the react Roadmap: react label Jul 10, 2024
@kamranahmedse
Copy link
Owner

This has been fixed and will be published in the coming release. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
react Roadmap: react topic-change Missing or deprecated topics in roadmap
Projects
None yet
Development

No branches or pull requests

2 participants