Loro: Reimagine state management with CRDTs
1–10 of 45 posts
Re: Loro: Reimagine state management with CRDTs
#2I wonder if this is something that can be used for versioning database columns / fields.
Re: Loro: Reimagine state management with CRDTs
#3Re: Loro: Reimagine state management with CRDTs
#4Re: Loro: Reimagine state management with CRDTs
#5We've been using https://github.com/electric-sql/electric for real-time sync for the past month or so and it's been great. Rather than make you think about CRDTs explicitly, Electric syncs an in-browser sqlite db (WASM powered) with a central postgres instance. As a developer, you get local-first performance and real-time sync between users. And it's actually faster to ship an application without writing any APIs and…
Re: Loro: Reimagine state management with CRDTs
#6Re: Loro: Reimagine state management with CRDTs
#7We've been using https://github.com/electric-sql/electric for real-time sync for the past month or so and it's been great. Rather than make you think about CRDTs explicitly, Electric syncs an in-browser sqlite db (WASM powered) with a central postgres instance. As a developer, you get local-first performance and real-time sync between users. And it's actually faster to ship an application without writing any APIs and…
How do you handle migrations?
Re: Loro: Reimagine state management with CRDTs
#8We've been using https://github.com/electric-sql/electric for real-time sync for the past month or so and it's been great. Rather than make you think about CRDTs explicitly, Electric syncs an in-browser sqlite db (WASM powered) with a central postgres instance. As a developer, you get local-first performance and real-time sync between users. And it's actually faster to ship an application without writing any APIs and…
How do you handle migrations?