DEV Community

Discussion on: What's the minimum amount of JavaScript can a web application get away with?

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀 • Edited

No don't worry, I was on the bus and getting frustrated, saw your post and vented, my bad. Your absolutely right to question this. It is absolutely possible to go a long way with just CSS. However the CSS would all need to be loaded on the same page. A dynamic scripting language offers some very important asynchronous features giving the Perception of speed. Load things when you need them. Distract users with animations ect.