rgw@icdattcwsm:~$ l
rgw@icdattcwsm:~/Blog$ cat 2024-11-07-No-Build-JS.md

The best JavaScript framework? No build JS.

A set of html files, mapped to shadowRoot components created in simple .js files modularized via a main.js. Each component contains is own vanilla CSS.

That's literally all you need.

No NextJS, ReactJS, TypeScript, NodeJS, ESLint, Vite, Webpack, Bootstrap, Tailwind, bla bla bla, bla bla bla bla ......

Build your repo directly in the VPN using good old vim. No VSCode, CursorAI. 

Then, commit only a production-version from the VPN. So, there's no need to manage a 'localhost/ development version'. 

Make building products FUN again.

rgw@icdattcwsm:~/Blog$ cd ..