Skip to content

Auto-Install Dependencies #6

@vinsonchuong

Description

@vinsonchuong

Parcel has a feature where dependencies that are imported by the UI are automatically installed and saved to the package.json.

npm recently released tink, which does something similar.

unpkg is related in that dependencies are served via CDN.

I believe there's an effective development workflow in which dependencies are lazy-loaded at runtime, so that developers need not worry about versioning or caching downloads.

This kind of encapsulation enable automated code-splitting decisions in production. I can imagine delegating to CDNs for the most popular dependencies and taking advantage of HTTP caching in production.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions