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
metropolitan-bronze•14mo ago
you can use automatic code splitting
metropolitan-bronze•14mo 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.

deep-jadeOP•14mo ago
@Manuel Schiller Thanks, I've enabled the flag, I'll see how my migration will went!
