-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
site: add view transitions blog post #9162
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming these are the correct URLs once sveltejs/assets#6 is merged (copied from "zero-effort type safety" post)
|
||
```js | ||
// @errors: 2305 7006 2339 2810 | ||
import { onNavigate } from '$app/navigation'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(approving so you can merge once everything's ready)
Co-authored-by: Geoff Rich <[email protected]>
New blog post talking about
onNavigate
and view transitions.Depends on sveltejs/assets#6