Fix missing Sunsetting CRA entry in sidebar (#7755)

This was missed in the last blog post. Also fixed the incorrect date.
This commit is contained in:
lauren
2025-04-21 15:35:55 -04:00
committed by GitHub
parent 4bea66b021
commit 4c54ac9580
2 changed files with 9 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ title: React Blog
<Intro>
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 wont 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
<div className="sm:-mx-5 flex flex-col gap-5 mt-12">
<BlogCard title="Sunsetting Create React App" date="February 13, 2025" url="/blog/2025/02/14/sunsetting-create-react-app">
<BlogCard title="Sunsetting Create React App" date="February 14, 2025" url="/blog/2025/02/14/sunsetting-create-react-app">
Today, were 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. Were also providing docs for when a framework isnt 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 ...

View File

@@ -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",