From 4c54ac95800fe1c8b9c2fe9c9926ae8de91e1f18 Mon Sep 17 00:00:00 2001 From: lauren Date: Mon, 21 Apr 2025 15:35:55 -0400 Subject: [PATCH] Fix missing Sunsetting CRA entry in sidebar (#7755) This was missed in the last blog post. Also fixed the incorrect date. --- src/content/blog/index.md | 4 ++-- src/sidebarBlog.json | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/content/blog/index.md b/src/content/blog/index.md index f7bbe76f3..f74a57ba6 100644 --- a/src/content/blog/index.md +++ b/src/content/blog/index.md @@ -4,7 +4,7 @@ title: React Blog -This blog is the official source for the updates from the React team. Anything important, including release notes or deprecation notices, will be posted here first. +This blog is the official source for the updates from the React team. Anything important, including release notes or deprecation notices, will be posted here first. You can also follow the [@react.dev](https://bsky.app/profile/react.dev) account on Bluesky, or [@reactjs](https://twitter.com/reactjs) account on Twitter, but you won’t miss anything essential if you only read this blog. @@ -12,7 +12,7 @@ You can also follow the [@react.dev](https://bsky.app/profile/react.dev) account
- + Today, we’re deprecating Create React App for new apps, and encouraging existing apps to migrate to a framework, or to migrate to a build tool like Vite, Parcel, or RSBuild. We’re also providing docs for when a framework isn’t a good fit for your project, you want to build your own framework, or you just want to learn how React works by building a React app from scratch ... diff --git a/src/sidebarBlog.json b/src/sidebarBlog.json index 5562a5a6c..567988023 100644 --- a/src/sidebarBlog.json +++ b/src/sidebarBlog.json @@ -11,6 +11,13 @@ "path": "/blog", "skipBreadcrumb": true, "routes": [ + { + "title": "Sunsetting Create React App", + "titleForHomepage": "Sunsetting Create React App", + "icon": "blog", + "date": "February 14, 2025", + "path": "/blog/2025/02/14/sunsetting-create-react-app" + }, { "title": "React 19", "titleForHomepage": "React 19",