Skip to content

Commit 4c54ac9

Browse files
authored
Fix missing Sunsetting CRA entry in sidebar (#7755)
This was missed in the last blog post. Also fixed the incorrect date.
1 parent 4bea66b commit 4c54ac9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/content/blog/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ title: React Blog
44

55
<Intro>
66

7-
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.
7+
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.
88

99
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.
1010

1111
</Intro>
1212

1313
<div className="sm:-mx-5 flex flex-col gap-5 mt-12">
1414

15-
<BlogCard title="Sunsetting Create React App" date="February 13, 2025" url="/blog/2025/02/14/sunsetting-create-react-app">
15+
<BlogCard title="Sunsetting Create React App" date="February 14, 2025" url="/blog/2025/02/14/sunsetting-create-react-app">
1616

1717
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 ...
1818

src/sidebarBlog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
"path": "/blog",
1212
"skipBreadcrumb": true,
1313
"routes": [
14+
{
15+
"title": "Sunsetting Create React App",
16+
"titleForHomepage": "Sunsetting Create React App",
17+
"icon": "blog",
18+
"date": "February 14, 2025",
19+
"path": "/blog/2025/02/14/sunsetting-create-react-app"
20+
},
1421
{
1522
"title": "React 19",
1623
"titleForHomepage": "React 19",

0 commit comments

Comments
 (0)