Replies: 1 comment
-
Tracking route changes is not currently implemented. However, you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes with external apps I need to ensure that they render correctly after routing to them. How can I ask a component to do something whenever changing to its route(s)?
Perhaps an
@routed
lifecycle would be helpful to give direct control over how components handle route transitions.Beta Was this translation helpful? Give feedback.
All reactions