DEV Community

[Comment from a deleted post]
Collapse
 
vonheikemen profile image
Heiker

About the package ecosystem issue, a CDN like jspm.dev can help you with that. This is the description jspm has on their site.

jspm provides a module CDN allowing any package from npm to be directly loaded
in the browser and other JS environments as a fully optimized native JavaScript module.

So the packages that you could use with deno increases dramatically.