Skip to content

Commit 91be469

Browse files
committed
wip
1 parent 4d0cab9 commit 91be469

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

src/content/blog/2025/04/01/react-labs-what-we-have-been-working-on-april-2025.md renamed to src/content/blog/2025/04/23/react-labs-what-we-have-been-working-on-april-2025.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "React Labs: What We've Been Working On – April 2025"
3-
author: Ricky Hanlon, Lauren Tan, Mofei Zhang, Jordan Eldredge, Jack Pope, Matt Carroll
4-
date: 2025/04/01
5-
description: TODO
2+
title: "React Labs: View Transitions, Activity, and more"
3+
author: Ricky Hanlon
4+
date: 2025/04/23
5+
description: In React Labs posts, we write about projects in active research and development. In this post, we're sharing two new experimental features that are ready to try today, and updates on other areas we're working on now.
66
---
77

8-
April 1, 2025 by [Ricky Hanlon](https://twitter.com/rickhanlonii), and [Matt Carroll](https://twitter.com/mattcarrollcode).
8+
April 23, 2025 by [Ricky Hanlon](https://twitter.com/rickhanlonii)
99

1010
---
1111

@@ -12990,4 +12990,4 @@ This research is still early. We'll share more, and what the new APIs will look
1299012990

1299112991
---
1299212992

12993-
_TODO: Thanks to [Dan Abramov](https://bsky.app/profile/danabra.mov), [Lauren Tan](https://bsky.app/profile/no.lol), [Jack Pope](https://jackpope.me), [Jason Bonta](https://threads.net/someextent), [Jordan Brown](https://github.com/jbrown215), [Jordan Eldredge](https://bsky.app/profile/capt.dev), and [Mofei Zhang](https://threads.net/z_mofei) for reviewing this post.
12993+
_TODO: Thanks to [Dan Abramov](https://bsky.app/profile/danabra.mov), [Lauren Tan](https://bsky.app/profile/no.lol), [Matt Carroll](https://twitter.com/mattcarrollcode), [Jack Pope](https://jackpope.me), [Jason Bonta](https://threads.net/someextent), [Jordan Brown](https://github.com/jbrown215), [Jordan Eldredge](https://bsky.app/profile/capt.dev), and [Mofei Zhang](https://threads.net/z_mofei) for reviewing this post.

src/content/blog/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ You can also follow the [@react.dev](https://bsky.app/profile/react.dev) account
1212

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

15-
<BlogCard title="React Labs: What We've Been Working On – April 2025" date="April 1, 2025" url="/blog/2025/04/01/react-labs-what-we-have-been-working-on-april-2025">
15+
<BlogCard title="React Labs: View Transitions, Activity, and more" date="April 23, 2025" url="/blog/2025/04/23/react-labs-what-we-have-been-working-on-april-2025">
1616

17-
In React Labs posts, we write about projects in active research and development. In this post, we're sharing two new experimental features that are ready to try today, and sharing other areas we're working on now.
17+
In React Labs posts, we write about projects in active research and development. In this post, we're sharing two new experimental features that are ready to try today, and sharing other areas we're working on now ...
1818

1919
</BlogCard>
2020

@@ -26,8 +26,6 @@ We are releasing the compiler's first Release Candidate (RC) today.
2626

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

29-
<BlogCard title="Sunsetting Create React App" date="February 13, 2025" url="/blog/2025/02/14/sunsetting-create-react-app">
30-
3129
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 ...
3230

3331
</BlogCard>

0 commit comments

Comments
 (0)