top | item 40887064

TinyBase v5: CRDTs for the rest of us

27 points| jamesgpearce | 1 year ago |tinybase.org

11 comments

order

jamesgpearce|1 year ago

Author here if anyone would like to ask any questions or offer feedback!

mixmastamyk|1 year ago

Looks neat as I want to try making a local-first app. Though this seems to require React. Is that the case or will it work with vanilla JS?

Also not yet sure how I'd send an edited sqlite db to a backend like LiteFs—looks like Sqlite3Persister is the interface.

childintime|1 year ago

The way I understood it, this is similar to Firebase? Though Firefox is server side, not client side. So I would have to check out a more fully fledged example to compare them.

neets|1 year ago

Can you compare tiny base to RxDB?