tinybase icon indicating copy to clipboard operation
tinybase copied to clipboard

The reactive data store for local‑first apps.

Results 59 tinybase issues
Sort by recently updated
recently updated
newest added

- Version: "^5.4.8". - Problem: `useSortedRowIds` gives me a sorted list like this ``` ["1", "10", "0", "11", "12", "2", "3", "4", "5", "6", "7", "8", "9"] ``` which I...

enhancement

It would help to use tinybase persistence feature in capacitor apps. This is the capacitor sqlite plugin: https://github.com/capacitor-community/sqlite

enhancement

**Is your feature request related to a problem? Please describe.** I have data structure with dynamic properties (some of them are constant, but others can be anything) Currently tinyBase do...

more info required

### Describe the bug # Unexpected Data Sync Across Stores and Empty Persister Path in TinyBase Hi there! First off, let me say this is a fantastic library—thank you for...

**Is your feature request related to a problem? Please describe.** Partykit supports event handling for events outside of client updates (e.g. alarms and disconnections). However, I can't see any easy...

**Is your feature request related to a problem? Please describe.** Currently, items from the Value section can only be displayed once the entire store has been loaded. When tables within...

Firstly, I just want to thank you for this project, it's amazing! **Is your feature request related to a problem? Please describe.** Our setup involves a central server running a...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I wanted to use...

I am currently exploring the [`PeriodicSyncManager`](https://developer.mozilla.org/en-US/docs/Web/API/PeriodicSyncManager) to support syncing my TinyBase stores with my server in the background. This requires me to sync within the service worker context. This context...