TanStackT
TanStack16mo ago
3 replies
verbal-lime

Automatic Code Splitting with separate component file.

I wasn't able to find a clear answer in the docs relating to automatic code splitting and having the component in a separate file. I know it says not to use the .lazy suffix with automatic code splitting, but how will code splitting be affected if the component is in a separate regular file that doesnt have the .lazy prefix and is then imported into the route? Thanks!
Was this page helpful?