Hacker News new | ask | show | jobs
by gondo 1071 days ago
Do you really need jQuery though? Pure JavaScript is viable these days.
1 comments

My needs are usually secondary to the library's dependencies.

I'm more than happy writing vanilla JS for my own event handlers and components. I don't mind adding a small library like alpine either to make the click handlers etc easier to write.