Local-first data layer for high-performance apps
How it works LiveStore is a fully-featured, client-centric data layer (replacing libraries like Redux, MobX, etc.) with a reactive embedded SQLite database powered by real-time sync (via event-sourcing). Client A = Persisted in device storage Let's look at a real example The following is a simple TodoMVC app built with LiveStore showing how to model your events, state and reactively query the database. See more examples on GitHub Demos speak louder than words LiveStore is...
Read more at livestore.dev