You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/blog/2025/04/01/react-labs-what-we-have-been-working-on-april-2025.md
+6-18
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,9 @@ In React Labs posts we write about projects in active research and development.
17
17
18
18
<Note>
19
19
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).
21
23
22
24
For more info on tickets, free streaming, sponsoring, and more, see [the React Conf website](https://conf.react.dev).
23
25
@@ -58,11 +60,7 @@ These new animation APIs integrate React with the new `startViewTransition` API
58
60
59
61
**View Transitions are experimental and not available in a stable version of React yet.**
60
62
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.
66
64
67
65
View Transitions are currently only implemented in React DOM. In the future, we plan to support them in more renderers, including React Native.
68
66
@@ -1027,11 +1025,7 @@ We're now ready to share the API and how it works, so you can start testing it i
1027
1025
1028
1026
**Activity is experimental and not available in a stable version of React yet.**
1029
1027
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.
1035
1029
1036
1030
</Note>
1037
1031
@@ -1047,13 +1041,7 @@ Today, we're publishing docs for [`React Performance Tracks`](/TODO), a new set
1047
1041
1048
1042
**React Performance Tracks are experimental and not available in a stable version of React yet.**
1049
1043
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.
0 commit comments