![Exploring the CSS Paint API: Image Fragmentation Effect](https://www.cdn5.niftycent.com/d/k/o/r/b/J/5/exploring-the-css-paint-api-image-fragmentation-effect.webp)
In my previous article, I created a fragmentation effect using CSS mask and custom properties. It was a neat effect but it has one drawback: it uses a lot of CSS code (generated using Sass). This time I am …
The post Exploring the CSS Paint API: Image Fragmentation Effect appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/exploring-the-css-paint-api-image-fragmentation-effect/
![SVG Gobbler](https://www.cdn5.niftycent.com/d/k/l/r/K/m/W/svg-gobbler.webp)
Great little project from Ross Moody:
SVG Gobbler is a browser extension that finds the vector content on the page you’re viewing and gives you the option to download, optimize, copy, view the code, or export it as an image.
…
The post SVG Gobbler appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![gridless.design](https://www.cdn5.niftycent.com/d/D/v/j/Z/N/O/gridless-design.webp)
Donnie D’Amato built a whole site around the thesis that “digital designers still expect to use the grid while experienced layout engineers have moved beyond it.” The idea isn’t that we should never literally use display: grid; but rather that …
The post gridless.design appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Efficient Infinite Utility Helpers Using Inline CSS Custom Properties and calc()](https://www.cdn5.niftycent.com/d/D/3/x/z/E/M/efficient-infinite-utility-helpers-using-inline-css-custom-properties-and-calc.webp)
I recently wrote a very basic Sass loop that outputs several padding and margin utility classes. Nothing fancy, really, just a Sass map with 11 spacing values, looped over to create classes for both padding and margin on each side. …
The post Efficient Infinite Utility Helpers Using Inline CSS Custom Properties and calc() appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/efficient-infinite-utility-helpers-using-inline-css-custom-pr
![How to Build a Full-Stack Mobile Application With Flutter, Fauna, and GraphQL](https://www.cdn5.niftycent.com/d/D/m/r/E/9/Y/how-to-build-a-full-stack-mobile-application-with-flutter-fauna-and-graphql.webp)
(This is a sponsored post.) Flutter is Google’s UI framework used to create flexible, expressive cross-platform mobile applications. It is one of the fastest-growing frameworks for mobile app development. On the other hand, Fauna is a transactional, developer-friendly serverless …
The post How to Build a Full-Stack Mobile Application With Flutter, Fauna, and GraphQL appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Three Buggy React Code Examples and How to Fix Them](https://www.cdn5.niftycent.com/d/D/P/E/K/J/2/three-buggy-react-code-examples-and-how-to-fix-them.webp)
There’s usually more than one way to code a thing in React. And while it’s possible to create the same thing different ways, there may be one or two approaches that technically work “better” than others. I actually run into …
The post Three Buggy React Code Examples and How to Fix Them appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/three-buggy-react-code-examples-and-how-to-fix-them/
![The State Of Web Workers In 2021](https://www.cdn5.niftycent.com/d/e/b/Y/E/V/v/the-state-of-web-workers-in-2021.webp)
You gotta appreciate the tenacity of Surma. He’s been advocating for Web Workers as a path forward to better-feeling websites for a lot of years now. He’s at it again making sure we all understand the landscape:
[…] regardless
…
The post The State Of Web Workers In 2021 appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Using CSS Shapes for Interesting User Controls and Navigation](https://www.cdn5.niftycent.com/d/k/A/N/2/M/A/using-css-shapes-for-interesting-user-controls-and-navigation.webp)
Straight across or down, that’s the proverbial order for user controls on a screen. Like a list of menu items. But what if we change that to a more fluid layout with bends, curves, and nooks? We can pull it …
The post Using CSS Shapes for Interesting User Controls and Navigation appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
https://css-tricks.com/using-css-shapes-for-interesting-user-controls-and-navigation/
Any company that uses GitHub for critical applications needs a backup that can be restored quickly when needed. Cyberattacks, human errors, or a forced push are just some of the scenarios that can result in the loss of GitHub data. …
The post Automatic Daily GitHub Backups, Restored in Seconds appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
![Serverless Functions as Proxies](https://www.cdn5.niftycent.com/d/D/m/r/E/A/z/serverless-functions-as-proxies.webp)
The first time cloud functions / serverless functions clicked for me was when I saw and tried Auth0’s (now defunct) Webtask. It was a little CodePen-like IDE but you didn’t really see anything aside from code and logs. The …
The post Serverless Functions as Proxies appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.