There are two primary approaches to page transitions (ignoring suspense's ditched attempt at a third)
- Indefinitely wait on the old screen
- Transition immediately to spinners/skeleton
Right now Remix has picked #1, but with a new export to a route module, we could support both.
Today, if you have this, Remix will wait for all data to load before displaying the page