Loading component only on initial load?
I want a loading component to only show on log in or full reload, as that's when the majority of loading will occur (so this will live in my
_authenticated
routes). Is there a way to achieve this? If I set a pendingComponent
, this will just run on every page. Maybe I can just use React to achieve this0 Replies