Skip to content

Commit

Permalink
Update src/features/commands.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Vitullo <[email protected]>
  • Loading branch information
barrybtw and vcarl authored Aug 21, 2024
1 parent 016477c commit 1ac520e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/features/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1207,9 +1207,7 @@ Authentication is a critical part of most web applications. Here are some resour
title: "create-react-app is deprecated",
type: EmbedType.Rich,
description: `
create-react-app is deprecated and no longer recommended for use. It is not maintained and has a large number of security vulnerabilities. Please use Vite or Next.js instead.
Vite: https://vitejs.dev/
Next.js: https://nextjs.org/
create-react-app is deprecated and no longer recommended for use. It is not maintained and has a large number of security vulnerabilities. Please use [Vite](https://vitejs.dev/) or [Next.js](https://nextjs.org/) instead. The [React docs](https://react.dev/learn/start-a-new-react-project#can-i-use-react-without-a-framework) has more to say about using React without the use of a framework like Next or Remix.
`,
color: EMBED_COLOR,
},
Expand Down

0 comments on commit 1ac520e

Please sign in to comment.