Byteconf: A free online JavaScript Conference
Have you just created your first app? Are you a seasoned developer? In any case, you shouldn't miss Byteconf React 2020, a free online conference on ReactJS. (more…)
Read more »
Recently I needed a way to detect support for a media query in CSS and Javascript. To detect if a browser supports a certain CSS feature, you can use @supports () { … }, but that doesn’t work for media queries. In this article I’ll show you how you can … Read more