Replies: 1 comment 1 reply
-
|
Hey @vjee! Did you find an adequate solution for that? |
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.
-
Hi, I am sure this question has been answered somewhere sometime before but I can't really find what I'm looking for.
Given the current path is
/root, is it a given that with the following setup,./root/index.jsxis only loaded after./root.jsxhas been loaded?Is it possible to get them to load simultaneously?
It seems to me that react-router is/can be perfectly aware of the fact that
./root/index.jsxwill be needed when we hit/rootin the browser (assuming we render anOutletthat is).Any info/help would be very much appreciated!
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions