Fork me on GitHub
#fulcro
<
2022-10-30
>
Quentin Le Guennec16:10:37

Is there a way to tell which router target is active and ready? (with fulcro rad dynamic routing)

Jakub Holý (HolyJak)19:10:17

In a router? Globally? There is a fn that gives you the currently active route and another one that can translate the route into the involved component(s). You can also always look at the state of the UISMs or the registry of mounted components. It depends on what exactly you are trying to do, and where