React Corsair - v0.0.10
Preparing search index...
react-corsair
LoadingAppearance
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.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
React Corsair - v0.0.10
Loading...
What to render when lazyComponent or dataLoader are being loaded.