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
-
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.jsx
is only loaded after./root.jsx
has 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.jsx
will be needed when we hit/root
in the browser (assuming we render anOutlet
that is).Any info/help would be very much appreciated!
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions