Skip to content

Commit afaf0a5

Browse files
authored
updated blog post link to solve #482 (#483)
* updated blog post link to solve #28 * updated blog post link for cra to solve #482 * updated sentence for CRA command
1 parent fb8074c commit afaf0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ Authentication is a critical part of most web applications. Here are some resour
12601260
title: "create-react-app is deprecated",
12611261
type: EmbedType.Rich,
12621262
description: `
1263-
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.
1263+
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. Read more about [Sunsetting Create React](https://react.dev/blog/2025/02/14/sunsetting-create-react-app).
12641264
`,
12651265
color: EMBED_COLOR,
12661266
},

0 commit comments

Comments
 (0)