Building local-first apps

… is incredibly difficult!

Event sourcing approaches

“0data”

i.e. an approach which advocates for data stored entirely locally, and in servers under your control.

Just using the file system

Storage

One challenge is that it’s very useful to have a SQL database, but browsers just provide a NoSQL store (IndexedDB).

Last updated 2023-07-13.