Making a Site Work Offline Using the VitePWA Plugin
18.1.2022
The VitePWA plugin from Anthony Fu is a fantastic tool for your Vite-powered sites. It helps you add a service worker that handles:
offline support
caching assets and content
prompting the user when new content is available
…and other goodies!
…
Making a Site Work Offline Using the VitePWA...
9 Awesome WordPress Plugins to Use in 2022
18.1.2022
A collection of high-quality and popular WordPress plugins that will ease the process of building a website.
The post 9 Awesome WordPress Plugins to Use in 2022 appeared first on Codrops
What Were the Hottest Front-End Tools in 2021?
17.1.2022
Another year has passed and once again I’ve had the privilege of going through the Web Tools Weekly newsletter archives from the past 12 months to hunt down the front-end tools that readers found to be the most interesting during …
What Were the Hottest Front-End Tools in 2021?...
More Awesome Git Aliases
17.1.2022
In the last article in this series, Awesome Git Aliases, we took a look at some awesome aliases for Git. However, the true power of Git aliases comes from writing custom scripts. These allow you to build Git commands that can do anything you can imagine. In this article, I’ll show you how...
Using the CSS Me Not Bookmarklet to See (and Disable) CSS Files
15.1.2022
Stoyan is absolutely correct. As much as we all love CSS, it’s still an important player in how websites load and using less of it is a good thing. He has a neat new bookmarklet called CSS Me Not …
Using the CSS Me Not Bookmarklet to See (and Disable) CSS Files originally published...
Mondrian Art in CSS From 5 Code Artists
14.1.2022
Mondrian is famous for paintings with big thick black lines forming a grid, where each cell is white, red, yellow, or blue. This aesthetic pairs well with the notoriously rectangular web, and that hasn’t gone unnoticed over the years with …
Mondrian Art in CSS From 5 Code Artists...
How to Build Your First Custom Svelte Transition
14.1.2022
The Svelte transition API provides a first-class way to animate your components when they enter or leave the document, including custom Svelte transitions. By default, the transition directive uses CSS animations, which generally offer better performance and allow the browser’s …
How...
Case Study: Anatole Touvron’s Portfolio
14.1.2022
A practical case study of Anatole Touvron’s Portfolio where you'll get some insight on the process and some valuable tips.
The post Case Study: Anatole Touvron’s Portfolio appeared first on Codrops
Immediately Executing setInterval with JavaScript
14.1.2022
Employing setInterval for condition polling has really been useful over the years. Whether polling on the client or server sides, being reactive to specific conditions helps to improve user experience. One task I recently needed to complete required that my setInterval immediately execute and then...
8 Helpful Accessibility Links for January 2022
13.1.2022
Every now and then, I find that I’ve accumulated a bunch of links about various things I find interesting. Accessibility is one of those things! Here’s a list of related links to other articles that I’ve been saving up and …
8 Helpful Accessibility Links for January 2022 originally published...
A Practical Tip For Using Sass Default Parameters
13.1.2022
Sass offers functions and mixins that accept parameters. You can use Sass default parameters, that is, parameters that have a value even if you don’t provide them when the function or mixin is called.
Let’s focus on mixins here. …
A Practical Tip For Using Sass Default...
Collective #694
13.1.2022
Biased by Design * Vanta.js * Parcel CSS * Color Modulation * Memory leaks
The post Collective #694 appeared first on Codrops