DEV Community

Discussion on: Do we really need to minify everything?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Though I use Lit-Element, which means it's basically impossible to serve my JS without a transpiler anyway (cuz import paths).

Can't you use <script type="module">? Or try snowpack.dev/#litelement. If you need minify, snowpack --optimize is there.

Node probably won't perform very well compared to something like Go

I have some aversion to Golang.

  • All variable types have an initial value, unless you declare a pointer
  • JSON (public) keys start with upper case.
  • Goroutine is there. Otherwise you cannot control multiprocessing.