Skip to content

Revise React tutorial to reflect new recommendations#9839

Merged
ntrogh merged 2 commits into
microsoft:mainfrom
DaCameraGirl:patch-1
May 28, 2026
Merged

Revise React tutorial to reflect new recommendations#9839
ntrogh merged 2 commits into
microsoft:mainfrom
DaCameraGirl:patch-1

Conversation

@DaCameraGirl
Copy link
Copy Markdown
Contributor

create-react-app has not been actively maintained since 2022 and the React team has officially removed it from their documentation in favor of frameworks like Vite and Next.js.

This PR adds a note after the npx create-react-app command to inform users that the tool is deprecated and points them to the currently recommended alternatives, while noting that the rest of the tutorial steps still apply to any React project.

DaCameraGirl and others added 2 commits May 27, 2026 16:30
Updated tutorial to recommend Vite or Next.js instead of create-react-app.
Copy link
Copy Markdown
Collaborator

@ntrogh ntrogh left a comment

Choose a reason for hiding this comment

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

@DaCameraGirl Thanks - I moved the note outside the code block and marked it as important.

@ntrogh ntrogh merged commit b938459 into microsoft:main May 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants