tinybase
tinybase copied to clipboard
The reactive data store for local‑first apps.
When creating a new row it is impossible to store `null` values in a cell. It will be just dropped. In my app, I need to check specifically for nulls...
**Is your feature request related to a problem? Please describe.** It would be really helpful if the remote persister allowed throttling or debouncing the rate at which it saves. **Describe...
### Describe the bug Getting the `There are no Stores or other objects to inspect. Make sure you placed the StoreInspector inside a Provider component.` message in the `StoreInspector`. Pretty...
As in title. Should be a way to do this without requiring caller to useCallback on that argument. h/t @cpojer
useTable, useRow, useValues etc will return a new object even if the content has not changed since the last render. Instead, they should be the same object (by reference) until...
**Is your feature request related to a problem? Please describe.** - There's currently no way to let users know when their data is done being persisted when auto-saving. - We...
**Is your feature request related to a problem? Please describe.** [Loro](https://github.com/loro-dev/loro?tab=readme-ov-file) is a new CRDT library which, based on their own extensive performance tests against other libraries, seems to be...
### Describe the bug 1. Navigate to https://codepen.io/pen?editors=0110 2. Click on the "id" column until it is sorted in ascending order 3. Notice that it is not a numeric sort...
**Is your feature request related to a problem? Please describe.** Would like to have a way to pass dynamic parameters to a query **Describe the solution you'd like** On "where"...