microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
119 stars 36 forks source link

Optimize bundle size #383

Open mshoho opened 6 months ago

mshoho commented 6 months ago

Tabster keeps growing with new features. It is time to spend some time going through the code and seeing if something can be optimized in the bundle size regard.

spmonahan commented 6 months ago

Probably won't help the bundle size since it's tree-shaken but perhaps this is a good time to move the shadow DOM implementation to @fluentui-contrib/pierce-dom?

mshoho commented 5 months ago

Yeah, need to find a moment for that too.