React @react.dev · Apr 23

Activity allows you to pre-render parts of the app the user is likely to visit next, or restore state when a user returns to part of the app, so state like input fields isn’t lost:

3 likes 1 replies

?

Replies

React · Apr 23

Activity also includes SSR optimizations, and we may add more modes to Activity in the future. Check out the blog post and docs for more info: react.dev/blog/2025/04...