slow transition between pages in nextjs app router
Unanswered
Transvaal lion posted this in #help-forum
Transvaal lionOP
I'm curious if something like this can be implemented in the app router nicely https://next-view-transitions.vercel.app/
I think that main issue represents fetching/loading of the metadata in the page
I think that main issue represents fetching/loading of the metadata in the page
page.tsx
, but even if removed, is it possible with app-router to have an instant switch from page to page? assuming all data is being loaded on the client-side2 Replies
Transvaal lionOP
bump, anyone?
@Transvaal lion I'm curious if something like this can be implemented in the app router nicely https://next-view-transitions.vercel.app/
I think that main issue represents fetching/loading of the metadata in the page `page.tsx`, but even if removed, is it possible with app-router to have an instant switch from page to page? assuming all data is being loaded on the client-side
View transitions should not be an impediment to loading and switching metadata between route segments. Regarding an implementation, check this:
https://x.com/1weiho/status/1896198200056570145
https://x.com/1weiho/status/1896198200056570145