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 loading, shared packages #13

Open
bollwyvl opened this issue Feb 20, 2022 · 0 comments
Open

Lazy loading, shared packages #13

bollwyvl opened this issue Feb 20, 2022 · 0 comments

Comments

@bollwyvl
Copy link

Thanks for bqplot-gl!

As on a number of other issues, PRs, it would be lovely if this package:

  • didn't load its heavy deps up-front, using e.g. exports: () => import('./widgets')
  • hoisted heavy deps to sharedPackages, so they could potentially avoid loading multiple copies in the browser.
  • synchronize the deps with the upstream, e.g. underscore vs lodash, version ranges of d3

As, like bqscales, it's likely the changes would be less invasive than on bqplot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant