Recent Snippets

New Snippet
jamesbright/misc/new-snippet.js

a module that reverses an array in javaScript

Framer Motion Image Component
droopytersen/components/framer-motion-image-component.ts

Tries to load an image url, but if if fails, displays the fallback image url

Column Mapping KeyOf Typescript
droopytersen/misc/column-mapping.ts

Example of some fancy typescript to make sure column definition types line up with item types keyof

ColumnMapping to Items Typescript
droopytersen/misc/column-mapping-to-items-typescript.ts

Example of passing column definitions and items to a "createCSV" function using typescript to ensure the types are inferred and match. Keyof KeyOfType