HTML and CSS techniques to reduce your JavaScriptMore and more websites are relying on JavaScript for the interactions they provide. It enables pleasant experiences but also comes with undesirable effects:
- Longer page load times
- Page is unusable until the JavaScript loads and if it does so without any errors
- Usability, reactivity and accessibility can be lacking without a team with the means and resources to pay attention to those.
Given these drawbacks, relying on solutions provided natively by browsers enables you to benefit at low cost from the expertise of the community creating web standards...
What do you think of these ideas?