How to code split main route with its children sub routes? #452
Unanswered
EminQasimov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to lazy load or code split only main module route ex. /auth along with its sub routes like /auth/login, /auth/register.
if I import sub routes dynamically, it makes tiny chunk files at build which it is not desired.
below link may help to understand what I say.
remix-run/react-router#9254
Beta Was this translation helpful? Give feedback.
All reactions