>>76797923
>Everything in one file
Unless it's an actual big project, I like keeping everything in one file for maximum simplicity so even an idiot can see everything in one place and just download and open a single file
>dates and file manip not using standard libraries
fair point desu
>typescript
This isn't a professional big project. Just quick and dirty.
>reactivity
I like keeping shit like this as minimal and lightweight as possible
>Local-first sqlite
You'll have to redpill me on this, cuz it sounds like outrageously unnecessary overhead when local storage is built right in and widely supported. It's been a hot minute, but I only know sqlite as a full blown (albeit lightweight) backend db. Going out of my way to use that for local storage seems silly.
>thanks for sharing
<3