Web Development Bookmarks

Here I keep a public list of some of the most useful links, tweets and tips for web development.

Jump to a category:


Animations#

g
gwil

@sgwil

I just published windups, a typewriter effect library for React!

It works with just about *anything* you can stuff in React’s children prop, has APIs for controlling pacing, firing off your own effects, and ahead-of-time line-breaking (lol)

 https://windups.gwil.co 
17:2025 May 2020

Reply

44

315


Design#


Favicons#

Are You Using SVG Favicons Yet ? - by Antoine Boulanger


SEO & OpenGraph#


Working With Date, Time & Numbers#


Miscellaneous#

MS
Matt Stauffer

@stauffermatt

Today I learned you can add attributes to links in Markdown using curly braces 😳

(Keith tells me it should be supported in any parser that supports "Markdown Extended")  https://twitter.com/keithdamiani/status/1276137360229613568 
KD
Keith Damiani

@keithdamiani

25 June 2020
@allotmentandy1 @stauffermatt @TightenCo I believe [link](url){target=_blank} should do it!