Skip to content

Commit 3e87eab

Browse files
committed
wip
1 parent 4b5281c commit 3e87eab

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

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

+6-18
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ In React Labs posts we write about projects in active research and development.
1717

1818
<Note>
1919

20-
React Conf 2025 is scheduled for October 7–8 in Henderson, Nevada! If you’re interested in attending React Conf in person, you can [sign up for the ticket lottery](https://forms.reform.app/bLaLeE/react-conf-2024-ticket-lottery/1aRQLK) until April 25th.
20+
React Conf 2025 is scheduled for October 7–8 in Henderson, Nevada!
21+
22+
We're looking for speakers to work with us to create talks covering the features we're working on in this post. If you're interested in speaking at ReactConf, [please apply here](https://forms.reform.app/react-conf/call-for-speakers/piaae1?ga4_visitor_id=c3e8f3ce-2004-47a5-b801-f6b308280acd) (no talk proposal required).
2123

2224
For more info on tickets, free streaming, sponsoring, and more, see [the React Conf website](https://conf.react.dev).
2325

@@ -58,11 +60,7 @@ These new animation APIs integrate React with the new `startViewTransition` API
5860

5961
**View Transitions are experimental and not available in a stable version of React yet.**
6062

61-
You can try them by upgrading React packages to the most recent experimental version:
62-
63-
- `react@experimental`
64-
- `react-dom@experimental`
65-
- `eslint-plugin-react-hooks@experimental`
63+
We're ready for users to start testing View Transitions as an experimental feature. It has been tested in production and we are confident it's stable, but the final API might change while we iterate on feedback.
6664

6765
View Transitions are currently only implemented in React DOM. In the future, we plan to support them in more renderers, including React Native.
6866

@@ -1027,11 +1025,7 @@ We're now ready to share the API and how it works, so you can start testing it i
10271025

10281026
**Activity is experimental and not available in a stable version of React yet.**
10291027

1030-
You can try it by upgrading React packages to the most recent experimental version:
1031-
1032-
- `react@experimental`
1033-
- `react-dom@experimental`
1034-
- `eslint-plugin-react-hooks@experimental`
1028+
We're ready for users to start testing Activity as an experimental feature. It has been tested in production and we are confident it's stable, but the final API might change while we iterate on feedback.
10351029

10361030
</Note>
10371031

@@ -1047,13 +1041,7 @@ Today, we're publishing docs for [`React Performance Tracks`](/TODO), a new set
10471041

10481042
**React Performance Tracks are experimental and not available in a stable version of React yet.**
10491043

1050-
You can try it by upgrading React packages to the most recent experimental version:
1051-
1052-
- `react@experimental`
1053-
- `react-dom@experimental`
1054-
- `eslint-plugin-react-hooks@experimental`
1055-
1056-
When using an experimental version of React, you will automatically see the performance tracks added to profiles.
1044+
When using an experimental version of React, you will automatically see the performance tracks added to profiles. This is an experimental feature, so the tracks might change while we iterate on feedback.
10571045

10581046
</Note>
10591047

0 commit comments

Comments
 (0)