Skip to content
Blog Snippets About

Snippets

As time goes on I find myself doing the same sort of things over and over again. This is a great use case for a library or set of tools that standardise what I am doing, but that seems overly complicated.

Instead I have made a list of some of the most useful scripts I have made.

Some of these are pretty standard things that libraries such as lodash or ramda have but their implementations are often far more complex than anything I need.

If you are interested as to why I think these might be better as snippets, check You Don’t Need Lodash.

This is built with Starlight. Chosen because the docs format is pretty handy for snippets and it has some great tooling for adding custom components.