Skip to content

Add informative message on bun create react #5248

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

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Conversation

colinhacks
Copy link
Contributor

@colinhacks colinhacks commented Sep 13, 2023

What does this PR do?

Print informative message on bun create react. This command is in a lot of tutorials with good SEO so we need a fix here.

$ bun-debug create react
The "react" template has been deprecated.
It is recommended to use "react-app" or "vite" instead.

To create a project using Create React App, run

  bun create react-app

To create a React project using Vite, run

  bun create vite

Then select "React" from the list of frameworks.

@colinhacks colinhacks changed the title Add informative message on 'bun create react' Add informative message on bun create react Sep 13, 2023
@Jarred-Sumner Jarred-Sumner merged commit a18e3ff into main Sep 13, 2023
@Jarred-Sumner Jarred-Sumner deleted the create-react branch September 13, 2023 08:48
@Jarred-Sumner
Copy link
Collaborator

LGTM

@github-actions
Copy link
Contributor

@colinhacks 6 files with test failures on bun-darwin-x64-baseline:

  • test/bundler/bundler_compile.test.ts
  • test/js/bun/sqlite/sqlite.test.js
  • test/js/node/fs/fs.test.ts
  • test/js/node/watch/fs.watchFile.test.ts
  • test/js/third_party/webpack/webpack.test.ts
  • test/js/web/timers/setTimeout.test.js

View test output

#b82534df9056dcf92ff63ea4f35ae4676797c3e8

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.

2 participants