You might not need JavaScript
11–20 of 254 posts
Re: You might not need JavaScript
#12Wow at the color picker. Funny that chrome seems to use my windows system color picker.
Re: You might not need JavaScript
#13Often you're better of to do a mix of both, because some things that are very complicated in CSS are two-liners in JavaScript.
Re: You might not need JavaScript
#14It's sad that this site uses SCSS for displaying the rules, I'm using it in production and fully understand it, but it's needlessly abstracting the rules for the sake of a few extra words in each declaration. That aside, these are some pretty cool examples. Are there ways of doing this with CSS which doesn't screw with my browser back button?
Re: You might not need JavaScript
#15Re: You might not need JavaScript
#16Re: You might not need JavaScript
#17It's fun to see what you can partially achieve without JavaScript, but there is no shame in using JavaScript sensibly to enhance the usefulness of a web site.
Re: You might not need JavaScript
#18Re: You might not need JavaScript
#19Another point of view: an exceptional article by Jenn Schiffer "A Call For Web Developers To Deprecate Their CSS" https://medium.com/cool-code-pal/a-call-for-web-developers-t... - HN Submit here https://news.ycombinator.com/item?id=12691081