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 ... (more…)
Read more »
The browser's main thread is incredibly overworked. By using web workers to shift code off the main thread, you can significantly improve your app's reliability and user experience. (more…)
Read more »
Solid is a reactive JavaScript library for creating user interfaces without a virtual DOM. It compiles templates down to real DOM nodes once and wraps... (more…)
Read more »
In this tutorial we're going to create a Line Through Effect using #CSS and #JavaScript. 📹 Playlist: https://www.youtube.com/playlist?list=PLgBH1CvjOA62ktHHw... (more…)
Read more »