Use Array
to copy an array and update a single entry while doing it.
Snippets โ Page 3
Make magical things happen with a few lines
.with Learn how to use
imagemagick
to change sharp PDFs to look like they've been scanned manually.A snippet to share state across React components without a state management library but with a short
useGlobalState
hook.Learn how to throw errors in JavaScript function default parameters by shuffling some code around.
Use CSS grid to animate an element's height from
0
toauto
.