onPageTransitionStart
is Server Side Rendered?
#2449
-
hii my use case is to display a loading bar at the top of the screen when the page is loaded so the user can see that the web app has reacted to their action and is just loading the next page. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The +onPageTransitionStart hook is called only upon client-side navigation; it's never triggered for SSR. So it already does what you want, right? |
Beta Was this translation helpful? Give feedback.
-
that's not possible since the route isn't resolved when |
Beta Was this translation helpful? Give feedback.
that's not possible since the route isn't resolved when
onPageTransitionStart
is called. see #2453 (comment)