-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels