We use nav guards in combination with nprogress to show a loading UI when navigating between pages; if a nav guard is active I don't want to show that progress indicator. Would be great if there were some way to know if any nav guards were active across the app in a central place. I think it is possible as of now by wrapping the useNavigationGuard hook manually, but would be great if there was a utility to make this simpler.
We use nav guards in combination with
nprogressto show a loading UI when navigating between pages; if a nav guard is active I don't want to show that progress indicator. Would be great if there were some way to know if any nav guards were active across the app in a central place. I think it is possible as of now by wrapping theuseNavigationGuardhook manually, but would be great if there was a utility to make this simpler.