View Transitions and Activity are now ready for testing in react@experimental. These features have been tested in production and are stable, but the final API may still change as we incorporate feedback.
You can try them by upgrading React packages to the most recent experimental version:
react@experimentalreact-dom@experimental
Read on to learn how to use these features in your app, or check out the newly published docs:
<ViewTransition>: A component lets you activate an animation for a Transition.addTransitionType: A function that allows you to specify the cause of a Transition.<Activity>: A component that lets you hide and show part of the UI.

