From 516600b88be1fac33775f3a596535d8e1a6939aa Mon Sep 17 00:00:00 2001 From: achyu-dev Date: Thu, 3 Jul 2025 20:11:22 +0530 Subject: [PATCH 1/3] updated blog post link to solve #28 --- src/features/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/commands.ts b/src/features/commands.ts index afc0659f..ec23d9ef 100644 --- a/src/features/commands.ts +++ b/src/features/commands.ts @@ -1260,7 +1260,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](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. +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/blog/2025/02/14/sunsetting-create-react-app) has more to say about using React without the use of a framework like Next or Remix. `, color: EMBED_COLOR, }, From 9ea16d6fd1a39661b0b87d8016f84de2db6c3932 Mon Sep 17 00:00:00 2001 From: achyu-dev Date: Thu, 3 Jul 2025 20:19:27 +0530 Subject: [PATCH 2/3] updated blog post link for cra to solve #482 --- src/features/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/commands.ts b/src/features/commands.ts index ec23d9ef..db0038cc 100644 --- a/src/features/commands.ts +++ b/src/features/commands.ts @@ -1260,7 +1260,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](https://vitejs.dev/) or [Next.js](https://nextjs.org/) instead. The [React docs](https://react.dev/blog/2025/02/14/sunsetting-create-react-app) has more to say about using React without the use of a framework like Next or Remix. +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) has more to say about using React without the use of a framework like Next or Remix. `, color: EMBED_COLOR, }, From c1bb5f7a9b44d6201ae5f7a7dd5d8dacb9b9007f Mon Sep 17 00:00:00 2001 From: achyu-dev Date: Thu, 3 Jul 2025 20:22:24 +0530 Subject: [PATCH 3/3] updated sentence for CRA command --- src/features/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/commands.ts b/src/features/commands.ts index db0038cc..01d2ed4c 100644 --- a/src/features/commands.ts +++ b/src/features/commands.ts @@ -1260,7 +1260,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](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) has more to say about using React without the use of a framework like Next or Remix. +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). `, color: EMBED_COLOR, },