Replies: 1 comment
-
should we have as part of the goal here support of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The substantial increase in bundle size (~25%) after merging all the menu related components made us open a discussion around this.
Things around cherry-picking modules, maybe a note on jsdelivr and /+esm, possibly import maps etc.
The largest gains in improving bundle size are still on the video engine side so this is not a very high priority.
Feel free to let us know your thoughts on these matters!
Another interesting approach is something like the autoloader of Shoelace where the DOM is observed and the component module is loaded at the time of element connection to the DOM.
https://shoelace.style/getting-started/installation#cdn-installation-easiest
Beta Was this translation helpful? Give feedback.
All reactions