Handle HTTP range requests with status code 206 Partial Content 27/05/2020 Stream audio and video content with Media Source Extensions API using the Content-Range response HTTP header.
Create a dark mode in React with CSS variables and localStorage 10/12/2019 Here we will learn how to implement a dark mode in React or Gatsby with no dependancies or plugins.
How to separate Drag and Swipe from Click and Touch events 12/11/2019 Gestures like swipe and drag events are a great way to introduce new functionalities into your app.
Create React wrapper for PhotoSwipe 16/10/2019 Learn how to wire events and life-cycles to create React wrappers.
Create sticky header only with React Hooks. 26/08/2019 Create a simple sticky header only with functional components and React Hooks with no npm packages or other complicated functionality.
Configuring Pug with Webpack 4 and the Aurelia CLI 05/06/2019 Easy to fallow steps to bootstrap Aurelia CLI with Pug (Jade) and Webpack. With working metadata passed from webpack config file.
How to use withStyles from Material UI with HOC in React 16/01/2019 Here is a simple React app example using Material UI. The problem I stumbled is how to add JSS withStyles into Higher-Order Components (HOC).
Eliminate render-blocking JavaScript in above-the-fold content, Part 2/3 15/11/2017 This is an error that can take 30+ points from your score and it is one of the hardest to fix on a mature website.
Organize CSS Preprocessors like Sass or Less in Angular Cli 31/07/2017 Angular 4 organizes its styles in a way that can make you fall in love again. But there is an issue that surfaces itself when I tried to use Sass or Less variables and partials.