Would you recommend a developer to implement his brand new website (or webapp) with this strategy ? Why ?
[1] https://en.wikipedia.org/wiki/Progressive_enhancement
[2] https://developer.mozilla.org/en-US/docs/Glossary/Progressive_Enhancement
1–8 of 8 posts
Would you recommend a developer to implement his brand new website (or webapp) with this strategy ? Why ?
[1] https://en.wikipedia.org/wiki/Progressive_enhancement
[2] https://developer.mozilla.org/en-US/docs/Glossary/Progressive_Enhancement
"Do not exert meaningful effort building a website that can function without JS." is the advice I would give a developer trying to build a new site in 2022.
I am perfectly willing to believe this is implemented in industry and exists but I really don't believe in industry. I have heard of them. I have just never seen one.
JS is not optional in 2022. This will upset a lot of Gen Xers, but it's true. "Do not exert meaningful effort building a website that can function without JS." is the advice I would give a developer trying to build a new site in 2022.
But there are some cases where things go south without user direct intervention. Just to name a few:
- some edge bug that will render your whole site as a gorgeous white page - some browser extension that mess up with a site - some network configuration/condition that prevent JS loading correctly (think of a broken DNS)
what matters is how the site feels to use on a mobile browser over cellular.
there are only two options:
- good
- annoying
For web sites, absolutely. If your blog or news site doesn't work without JS or CSS, then you screwed up.