LoadingAppearance: "loading" | "route_loading" | "avoid"

What to render when lazyComponent or dataLoader are being loaded.

"loading"
Always render loadingComponent if a route requires loading.
"route_loading"
Render loadingComponent only if a route is changed during navigation.
"avoid"
If there's a route that is already rendered then keep it on the screen until the new route is loaded.