Avoid re-exporting routeLoaders$ #220
damianpumar
started this conversation in
Proposals For Qwik
Replies: 1 comment 1 reply
-
|
Hmm this is complex, because the router then needs to look at all the imports for every route to see if any import a route loader. Maybe it's doable, in theory we have all the information in q-manifest, and we can look at the names to see if a symbol is a routeloader |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What is it about?
Avoid re-exporting routeLoaders$
What's the motivation for this proposal?
Problems you are trying to solve:
Goals you are trying to achieve:
Proposed Solution / Feature
What do you propose?
Links / References
No response
Beta Was this translation helpful? Give feedback.
All reactions