Get the latest tech news
LiveStore: State management based on reactive SQLite and built-in sync engine
LiveStore is a state management framework based on SQLite and event-sourcing. It’s designed for demanding applications and based on years of research.
LiveStore is a next-generation state management framework based on reactive SQLite and git-inspired syncing (via event-sourcing). The following is a simple TodoMVC app built with LiveStore showing how to model your events, state and reactively query the database. Read more In the Riffle essay (+ PhD thesis by Geoffrey Litt), we explored the idea of reactive SQLite as a modern state management system.
Or read this on Hacker News