DEV Community

Discussion on: A Quick Exploration Into Deno

Collapse
 
michaelcurrin profile image
Michael Currin

Ah thanks. I knew of unpkg from npm stuff - so it does something like JSPM?

I'll check out skypack

Thread Thread
 
michaelcurrin profile image
Michael Currin

I see skypack.dev/ even covers deno on their homepage

Thread Thread
 
phuctm97 profile image
Minh-Phuc Tran

Yeah, skypack is pretty dope, but be aware that not all packages are compatible, packages using Node.js specific won't work.