-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add startViewTransition support #10916
Conversation
🦋 Changeset detectedLatest commit: f3db06f The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
This PR adds initial support for
document.startViewTransition
behind someunstable_
APIs so we can get it out into folks hands and start getting some feedback. Right now it's pretty abstracted and opt-in at the link level. We're hoping that once folks start using it we can figure out what other types of complex use-cases exist that we can't yet handle with these APIs.There are 2 new APIs
unstable_viewTransition
flag onLink
/NavLink
/navigate
/submit
which enables the usage ofdocument.startViewTransition
for that navigationunstable_useViewTransitionState(to)
- a hook that tells you if there is an active transition to the indicated location (or from a POP/reverse PUSH navigation)Please see the changeset and docs for more info.
Live demo: https://github.com/brophdawg11/react-router-records
TODO: