loader and lazy loading routes? is it possbile?
Is there any way how to mix both loader and lazy loaded routes?
I like route to be lazy loaded, but also, to fetch data in loader, so I can have prepared data already. I don't like to create, both file route and lazy route.
3 Replies
flat-fuchsia•11mo ago
you can use automatic code splitting
flat-fuchsia•11mo ago
TanStack | High Quality Open-Source Software for Web Developers
Headless, type-safe, powerful utilities for complex workflows like Data Management, Data Visualization, Charts, Tables, and UI Components.

conscious-sapphireOP•11mo ago
@Manuel Schiller Thanks, I've enabled the flag, I'll see how my migration will went!