Code snippets

I find myself following a few recipes when creating new Svelte components.

You'll find that most of this code is focused on visualizing data, just due to what I'm typically building.

Recipes

Instead of creating a chart library, I prefer to curate recipes , which keeps things super flexible.

Useful functions

I'll usually have a utils.js file that I throw custom methods into for easy use. Here are some of those methods.