Wondering about a unique lazy strategy #8608
s-h-a-d-o-w
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Something that just occurred to me and made me wonder whether rspack could use as a distinguishing feature is - could lazy be made more eager?
By which I mean - once the entry point has finished compiling, all remaining code is compiled as well. This would allow the quick startup that people are used to while also offering quick navigation if the user either doesn't navigate right away or for the 2nd/3rd navigation use.
(And if the user requests something before everything is finished, compiling that code gets prioritized.)
Beta Was this translation helpful? Give feedback.
All reactions