Hacker News new | ask | show | jobs
by kinderjaje 87 days ago
I wanted to share esm.sh because it goes way beyond a basic CDN. It’s essentially 'esbuild-as-a-service.'

A few things that impressed me:

You can import .tsx or .vue files directly and it compiles them on the server. It has a ?worker query that turns any module into a Web Worker automatically. It’s fully compatible with Deno and JSR.