(comments)
原始链接: https://news.ycombinator.com/item?id=44105412
LiveStore, a new state management solution by the creator of Prisma, is in beta. It combines reactive SQLite with event-sourced syncing, similar to Git, for local-first applications. Designed for high-performance apps, like the music client Overtone, it addresses the need for robust sync engines.
Users praise its neatness and elegance, comparing it favorably to alternatives like TinyBase. Questions arise around SQLite data limits (currently 1GB), multi-tenancy support, and the potential for a self-hosted sync server. The creator plans to address compaction of events in long-lived applications, and is considering user concerns around event-sourcing discipline.
While cross-platform compatibility is a goal, Android web support is currently lacking due to shared worker limitations. The landing page emphasizes its relevance for collaborative applications such as Figma, Notion and Linear, although some users suggest this may not be the most effective marketing strategy. Overall, LiveStore is generating excitement for its potential in the local-first development space, especially with its use of WASM and SQLite.
Very excited to launch LiveStore in beta today after having worked on it over the past 4 years. I've built it for myself working on Overtone, an ambitious music client aiming for a native-grade high-performance app feel.
LiveStore embraces SQLite by adding a signals-based reactivity layer and combines it with event-sourced based syncing (similar to Git).
Happy to answer any question! Looking forward to thoughts and feedback!
reply