Jim Cheung

Sunday, September 11, 2022

I built an internal tool recently, using html forms and vanilla javascript, I enjoyed it very much, simple and efficitient and it worked

even though I've been coding html for a long long time, there're always something new:

I also took a look at htmx, unpoly and alpine.js, but they are not simpler

however, I do think rxjs could be useful but still prefer vanilla js for my use case


I also used pkg to bundle the app to a single binary, note that it doesn't support /es modules/ yet, I started with /commonjs/ style

can also use /golang/ and embed, but I don't want to spend time on typing my /json/ yet

Blog Archive