DEV Community

Marco Biedermann
Marco Biedermann

Posted on • Updated on

Weekly Digest 13/2021

Welcome to my Weekly Digest #13 which is the first one for April.

This weekly digest contains a lot of interesting and inspiring articles, videos, tweets, podcasts and designs I consumed during this week.


Interesting articles to read

How to Animate Items Out of an Array in React

Animating items out of an array in React can be trickier than you’d think. If you have tried to roll your own solution yet, you have likely been frustrated by the fact that, once your state has been updated with an item removed, it’s gone (and hard to hold on to for the sake of animation!).

How to Animate Items Out of an Array in React

Building a geolocation widget

Gorillas being about delivering groceries, they recently released a small geolocation widget on the homepage of their website. They’re growing fast, but there are still some areas do not serve, so they wanted to make it easily accessible for people to know whether they could use our services.

Building a geolocation widget

Taming Blend Modes: difference and exclusion

Up until 2020, blend modes were a feature I hadn’t used much because I rarely ever had any idea what result they could produce without giving them a try first.

Taming Blend Modes: difference and exclusion | CSS-Tricks


Some great videos I watched this week

Managing React Application State Management

Application State Management is one of the hardest parts of building and maintaining React Applications. The number of options you have is numerous and the reason is that it's just such a hard problem with so many nuances and trade-offs. One thing that makes application state management harder is when we aren't thoughtful about how that state is organized and categorized in our app.

by Kent C. Dodds

The surprising pattern behind color names around the world

Why so many languages invented words for colors in the same order.

by Vox

Styling Markdown and CMS Content with Tailwind CSS

In this video, we look at how to use the official @tailwindcss/typography plugin to easily add beautiful content styling to markdown, CMS content, or any other HTML where you don't have the ability to add utility classes to each element.

by Tailwind Labs

React Today and Tomorrow and 90% Cleaner React With Hooks

The first three talks from React Conf 2018 by Sophie Alpert, Dan Abramov, and Ryan Florence.

by React Conf

Design Systems Aren’t Hard

Design systems are often thought of in terms of the visible parts - a Sketch file, a repository of React code, a documentation website. But these are only the artifacts of the system. A design system is actually the thinking and the decision making and the principles of your organization.

by Dustin Younse

The Future of Design Systems

Hayley Hughes is an Experience Designer at Airbnb, working on the Airbnb Design Language System (DLS), in this talk she explains how its not just product UI design that needs our attention, how design systems can help businesses become more efficient, resourceful environments as well as help designers create a better user experience.

by Hayley Hughes


Useful GitHub repositories

react-use

Collection of React Hooks

GitHub logo streamich / react-use

React Hooks — 👍



👍
react-use





npm package CircleCI master npm downloads demos
Collection of essential React Hooks Port of libreact
Translations: 🇨🇳 汉语




npm i react-use





exa

exa is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems, giving it more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git.

GitHub logo ogham / exa

A modern replacement for ‘ls’.

exa

exa is a modern replacement for ls.

README Sections: OptionsInstallationDevelopment

Build status Say thanks!

Screenshots of exa


exa is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems, giving it more features and better defaults It uses colours to distinguish file types and metadata It knows about symlinks, extended attributes, and Git And it’s small, fast, and just one single binary.

By deliberately making some decisions differently, exa attempts to be a more featureful, more user-friendly version of ls. For more information, see exa’s website.


Command-line options

exa’s options are almost, but not quite, entirely unlike ls’s.

Display options

  • -1, --oneline: display one entry per line
  • -G, --grid: display entries as a grid (default)
  • -l, --long: display extended details and attributes
  • -R, --recurse: recurse into directories
  • -T

Telestrator

A disappearing drawing tool for your screen.

steveruizok/telestrator


dribbble shots

Artistic Collections

https://cdn.dribbble.com/users/1761970/screenshots/15408613/media/3e61dafe4ff9fbf7de0bf299774bdf0b.jpg

by Shayan Alam

eBook App

https://cdn.dribbble.com/users/1997192/screenshots/15412506/dribbble_mockup_final.png

by Sajon

Events App

https://cdn.dribbble.com/users/2633112/screenshots/15413412/media/bd19832923b8a2073e2fa94044fc7de9.png

by Alex


Tweets


Picked Pens

LAB vs sRGB: Masked & Layered Linear Gradients

by Adam Argyle

The Clips of CSS

by Jhey


Podcasts worth listening

Text and Typography

In this episode, we cover typography on the web from your CSS. From font properties to word breaking. Also, Adam gets thrown off and amazed at how dynamic the text underline property is and revels in the difference between small caps and petite caps.

Servers with Matt from Caddy

In this episode of Syntax, Scott and Wes talk Matt Holt about Caddy, SSL, web servers, best practices, and more!

Elasticsearch

Dee, Chris, and Alex talk all about the technology of Elasticsearch. That’s a link to the company itself right there, which is relevant as we use them directly to host our production Elasticsearch.


Thank you for reading, talk to you next week, and stay safe! 👋

Oldest comments (0)