The alternative of using someone else's framework for every single basic function is equally bad.
It needs to be balanced.
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
The alternative of using someone else's framework for every single basic function is equally bad.
It needs to be balanced.
I skimmed the article and they just say:
For a date picker I initially disagreed but then their argument about how you can just use 2x input type=date for the start and end date and then it's consistent across every site was pretty reasonable. I'm not gonna go read mdn on its capabilities right now so maybe there's still some valid use cases for not using one, like conveying to the use what valid ranges they can select.
But yes I agree you shouldn't use a library for something simple like left-pad
HTML5 is a beast of a spec. Like, if properly used it is enough to make a functional UI with modal and tooltips and whatnot. This is what makes it popular for not just "web" application IMHO because you then no longer need to learn yet another DSL for UI (electron, react native, capacitor js, expo)