TinyBase v2.0: reactive data store for local-first apps
1–10 of 65 posts
Re: TinyBase v2.0: reactive data store for local-first apps
#2Re: TinyBase v2.0: reactive data store for local-first apps
#3Re: TinyBase v2.0: reactive data store for local-first apps
#4This 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
#5Author here, if anyone has any thoughts or feedback. Bring it on!
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
#6Author here, if anyone has any thoughts or feedback. Bring it on!
Re: TinyBase v2.0: reactive data store for local-first apps
#7Author here, if anyone has any thoughts or feedback. Bring it on!
Re: TinyBase v2.0: reactive data store for local-first apps
#8Re: TinyBase v2.0: reactive data store for local-first apps
#9Re: TinyBase v2.0: reactive data store for local-first apps
#10We 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.