Replies: 1 comment
-
Oh I just realised that Still I'm sure there must be a way to load this (and other blocking dependencies) along with the route module and it's loader data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Jumping on the "obsessive with the network tab" train:
When loading a route Module
Is there any reason why the styles are prefetched AFTER the route bundle and loader data is finished loading?
Talking about
loadRouteModuleWithBlockingLinks
:remix/packages/remix-react/routes.tsx
Lines 139 to 146 in 4b11c6d
Technically I don't see a reason agains a
Promise.all
there.Beta Was this translation helpful? Give feedback.
All reactions