TinyBase v2.0: reactive data store for local-first apps
11–20 of 65 posts
Re: TinyBase v2.0: reactive data store for local-first apps
#12Re: TinyBase v2.0: reactive data store for local-first apps
#13Author here, if anyone has any thoughts or feedback. Bring it on!
Re: TinyBase v2.0: reactive data store for local-first apps
#14Looks great, congrats on shipping :)
Re: TinyBase v2.0: reactive data store for local-first apps
#15I 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, a…
At least, once I got the bundler to be happy about the export format! Please see https://github.com/tinyplex/tinybase/issues/17#issuecomment-...
Re: TinyBase v2.0: reactive data store for local-first apps
#16Re: TinyBase v2.0: reactive data store for local-first apps
#17Author here, if anyone has any thoughts or feedback. Bring it on!
Wait so can you actually connect tiny base to SQLite?
Of course it would be pretty easy/fun to persist your TinyBase content into a SQLite database, or pull a dataset from it. The demos load up TSV but you could easily do something similar from an actual database somewhere.
Re: TinyBase v2.0: reactive data store for local-first apps
#18Author here, if anyone has any thoughts or feedback. Bring it on!
Re: TinyBase v2.0: reactive data store for local-first apps
#19Author here, if anyone has any thoughts or feedback. Bring it on!
The font is unreadable, very thin
I wonder if I should have a font-weight (or -family) toggle alongside the dark mode setting. Would be a shame for people to miss out on reading about the software because of the typography!
Re: TinyBase v2.0: reactive data store for local-first apps
#20Author here, if anyone has any thoughts or feedback. Bring it on!
Howdy! What are the rough edges when persisting to a server? What are the gaps relative to something like PouchDB?