Posts
All the articles I've posted.
Invariant
Posted on:June 19, 2023Simple function to assert a condition and for type narrowing in TypeScript.
Templater multi-select suggester
Posted on:May 10, 2023We can (kindof) do a multi-select suggester by sticking the suggester in a while loop.
Find and replace HTML attributes with React props
Posted on:May 7, 2023Regex for finding and replacing all instances of HTML attributes with dashes to camelCase React props in VS Code.