How LiveStore works
TLDR
LiveStore uses event sourcing to sync events across clients and materialize state as a local, reactive SQLite database.
Local state management
SQLite
Reactivity
Persistence
Syncing
WIP. See Syncing for more information.