Skip to content

Lazy loading, shared packages #13

@bollwyvl

Description

@bollwyvl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions