by iRomain on 1/28/22, 12:14 AM with 1 comments
Last time I worked on a public front-end more than 10 years ago, I used progressive enhancement, which meant that my whole website would work with JS disabled which was great for users with JS disabled, search engines, accessibility, etc.. Only those users with JS enabled would benefit from an enhanced UX (eg. Ajax). I used jQuery at the time.
In 2022, is there anything else than plain old HTML and jQuery? Are there any frameworks to help?