Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy load and move all functions to web workers #1

Open
tyohan opened this issue Oct 11, 2018 · 0 comments
Open

Lazy load and move all functions to web workers #1

tyohan opened this issue Oct 11, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@tyohan
Copy link
Owner

tyohan commented Oct 11, 2018

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.

@tyohan tyohan added the enhancement New feature or request label Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant