Front-End Development Without Node_modules Using Skypack and Snowpackby@olvrng
1,848 reads

Front-End Development Without Node_modules Using Skypack and Snowpack

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Skypack is a CDN service that transpiles node packages to be able to work well in the browser. Many packages in NodeJS are already shipped with ES Module files. ES Module has the advantage of static analysis, tree shaking, and asynchronous. But some transpilers and workarounds are still required. At the time of this writing, in the top 10 depended packages on NodeJS, only tslib supports ES Module. It's recommended way for React to get started is to include the UMD version in UMD.

Company Mentioned

Mention Thumbnail
featured image - Front-End Development Without Node_modules Using Skypack and Snowpack
Oliver Nguyen HackerNoon profile picture

@olvrng

Oliver Nguyen

I’m a software maker working mostly in Go and JavaScript. Share knowledge and thoughts during my journey.


Receive Stories from @olvrng

react to story with heart
Oliver Nguyen HackerNoon profile picture
by Oliver Nguyen @olvrng.I’m a software maker working mostly in Go and JavaScript. Share knowledge and thoughts during my journey.
Read more on my blog

RELATED STORIES

L O A D I N G
. . . comments & more!