DEV Community

Discussion on: Which programming language/environment is more “powerful” than people realize?

Collapse
 
restoreddev profile image
Andrew Davis

Might be too mainstream of an answer, but I still get surprised sometimes about what CSS offers without needing JavaScript. Animations/transitions can all be written without the need for JS. New features like variables, flexbox and CSS grid are making CSS even easier to use.

The combo of HTML/CSS is what has made the web so enduring and durable. It is why so many technologies are now "Make desktop apps with HTML/CSS" (Electron) and "Make mobile apps with HTML/CSS" (React Native, Ionic). HTML/CSS is just one of the best ways to make a solid UI.

Collapse
 
papaponmx profile image
Jaime Rios

I feel this many times when I see animations that CSS can handle made with JavaScript.

Collapse
 
tmcsquared profile image
TMcSquared

CSS Grid is awesome!