Live data from Hacker News

TinyBase v2.0: reactive data store for local-first apps

tinybase.org

1–10 of 65 posts

Re: TinyBase v2.0: reactive data store for local-first apps

#4
Nice work. I love anything that makes local-first easier. I’ve been paying close attention to Dolt for this. In a perfect world I’d have the gut semantics from Dolt and EdgeQL from EdgeDB.

This focuses on the reactive feature - the ability to set listeners and get alerts. There seem to be some nice React integration, but haven’t built with React enough to immediately see what that unlocks.

Re: TinyBase v2.0: reactive data store for local-first apps

#5

Author here, if anyone has any thoughts or feedback. Bring it on!

Congratulations on shipping!

Can you explain your motive for focusing on the combination of reactive data and local deployment?

My first thought is that local-first = one user = I know what’s changing because I’m the only one using it. Perhaps valuable for monitoring external data feeds?

Re: TinyBase v2.0: reactive data store for local-first apps

#10
I looked into building something like this for a React Native app. (Actually I first considered the practicality of making a reactive version of sqlite... I decided it would be too complex and not something I'd want to use without upstream support).

We ended up doing something a bit more traditional/basic/manual, but this looks nice. It would definitely have been in consideration if it'd been available at the time, and I'll keep it in mind for future projects.

Post reply on HN