Lazy route with loader for data #3510
MomenSherif
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
just use autoCodeSplitting. this will split off the route component, and then loader and route component will be fetched in parallel |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Can we achieve something similar to this?
to enable parallel fetching for route & data, better than sequential to load data after the lazy route was loaded
Beta Was this translation helpful? Give feedback.
All reactions