just tried out the real-time TodoMVC example with @livestore.dev + @s2.dev as the durable sync provider, and honestly its crazy how fast it is!
local SQLite, works offline, real-time updates and no complex setup, just works
just tried out the real-time TodoMVC example with @livestore.dev + @s2.dev as the durable sync provider, and honestly its crazy how fast it is!
local SQLite, works offline, real-time updates and no complex setup, just works
LiveStore Hands-on #1: Work Squared
Friday, Sept 26 @ 5pm CEST / 11am ET (tomorrow)
Watch @schickling and @jessmartin hands-on with a real LiveStore app:
βͺοΈ Architecture review
βͺοΈ LiveStore best practices
βͺοΈ Live debugging
βͺοΈοΈ Source available
luma.com/4s7qev78
π§ Ever heard of event sourcing?
Itβs the idea of storing every change as a series of events β instead of just keeping the current state. Think of it like git, but for your appβs data.
I've been hoping for years that someone would build an event sourcing engine for local-first apps, and now @schickling.dev has done it! Hooray! livestore.dev
LiveStore is currently trending on GitHub and has already crossed 1000 stars since open sourcing this week! β
We're kicking off our open source fellowship program by sponsoring @schickling.dev from @livestore.dev
It might seem surprising to sponsor LS as it is a data layer that brings data closer to the UI, traditionally a server's job, and we're a server-first framework.
More: rwsdk.com/blog/rwsdk-x...
After 4 years of development, LiveStore is now open-source.
github.com/livestorejs/...
Introducing LiveStore (beta)
LiveStore is a next-generation state management framework based on reactive SQLite and built-in sync engine.
livestore.dev
When I founded Prisma, my goal was to make databases easy.
Now building @livestore.dev, my goal is to make app data simple.
Easy is great, particularly when getting started. But as an app gets complex, simplicity is more important. (Even more true with AI.)
Thanks for joining the 3rd LiveStore office hours!
Tons of great demos, contributor demos and community questions. You can watch the recording if you missed it.
Next office hours: July, 3rd lu.ma/dsmf76t4
Recording: www.youtube.com/watch?v=_VDS...
Anyone interested in getting early access to @livestore.dev in exchange for contributing to the docs?
@livestore.dev + @expo.dev + @cloudflare.social = Local-First app with real-time sync, offline persistence, and smooth performance. π
LiveStore Office Hours #2 covering:
- Another update on the upcoming 0.3.0 release
- Devtools improvements & @solidjs.com integration
- Discussion about event sourcing and migrations
www.youtube.com/watch?v=Menh...
The recording of the first LiveStore office hours is now available including:
- Brief history of LiveStore
- Preview 0.3.0: Node adapter + git-style sync engine
- In-depth syncing related discussion
www.youtube.com/watch?v=2GYK...
LiveStore 0.2.0 (in early access):
β Schema-aware query builder for SQLite
β New example app: Linearlite for Expo
β Type-safety improvements & bug fixes
See GitHub for early access: github.com/livestorejs
LiveStore is the data layer I wish I had when working on mobile apps: Reactive, fast and fun to use!
After many months of close collaboration with the folks at @expo.dev, I'm very excited to take a big step towards launching @livestore.dev.
π₯³ Launch Party day 4: Introducing LiveStore - a local-first data layer built on SQLite for high performance apps.
The creator of LiveStore is @schickling.dev (former @prisma.io) and he's opening up early access to LiveStore today! Check out his blog post for the details: expo.dev/blog/local-f...
Iβm super excited to give you a sneak peek of our upcoming local-first app! We'll be showcasing it on November 21 at the @expo.dev launch party! π expo.dev/launch-party
Join us to get a taste of what the future of local-first @expo.dev apps powered by @livestore.dev will look like!
See you there!
How LiveStore works with syncing
π Sneak peek from the upcoming website:
How LiveStore works locally