2022-11-28
|~1 min read
|117 words
I’ve been exploring functional programming recently and have really enjoyed some of the benefits! As just one example, see the fetch pattern…
2022-11-28
|~2 min read
|270 words
A quick optimization to keep an eye out for while styling components - particularly those where they share logic - whether between…
2022-11-28
|~4 min read
|766 words
For a long time, I hated seeing functions like this: . I thought this was just “code golf” (the idea of reducing a function to its shortest…