React Corsair - v0.0.10
    Preparing search index...

    Type Alias LoadingAppearance

    LoadingAppearance: "always" | "reroute" | "avoid"

    What to render when lazyComponent or dataLoader are being loaded.

    "always"
    Always render loadingComponent if a route requires loading.
    "reroute"
    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.