You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just trying to think about what the things that this web component library can do differently from other web component library. Some ideas that might be interesting to explore are:
lazy load the component with dynamic import. But it might be break build tool on tree shaking.
utilize web workers by moving all the functions to web workers, only rendering that will be run on main thread.
I put this issue just as a note what might be possible to do with this library.
The text was updated successfully, but these errors were encountered:
Just trying to think about what the things that this web component library can do differently from other web component library. Some ideas that might be interesting to explore are:
I put this issue just as a note what might be possible to do with this library.
The text was updated successfully, but these errors were encountered: