-
Because of the async nature of Replicache queries, `useSubscribe` currently has this type:
```typescript
function useSubscribe(rep:Replicache, query:(tx: ReadTransaction) => Promise, def:R, deps:A…
dpeek updated
3 months ago
-
```
react-native: 0.74.1
@react-native-replicache/react-native-op-sqlite: 1.1.0
replicache: 14.2.2
```
I get the following warning when using `dropAllDatabases` or `dropDatabase` when logging o…
-
This was reported by a user. Debugging with him what's happening is that `replicache-transaction` relies on `replicache` for some helper functions (probably wasn't a great idea). And `replicache` has …
-
In course of working with Replicache, I ran into a situation on my phone where my app stuck in a state which indicated `useSubscribe` not successfully running the query function (stuck on default valu…
-
Currently it is possible to use Replicache with React Native by implementing `experimentalKVStore` and hooking it to SQLite. However it's quite manual. We should have first-class support for RN, inclu…
-
I am testing Replier as I am quite interested in how Replicache works - when actively used, Replier works incredibly well, it's fast and reliable.
I have noticed though, that after some inactivity (h…
-
It is currently possible to use Replicache cookies and other features to incrementally sync a large client view and/or sync only a subset of available data ("window sync"). We have some draft docs to …
-
Running `web-test-runner --watch` fails to pick up changes in WebKit leading to stale results (which to be honest has confused me more than once).
Here is our full project settings:
https://gith…
-
https://github.com/rocicorp/replicache-sdk-flutter/blob/master/lib/src/replicache.dart#L82
It is not clear what the semantics of this property is.
`beginSync`, `endSync` and the replays can fail…
-
It would be great if we could easily provide custom names for the Replicache internal tables. For instance the "space" table clashes with a table name I'm already using. Right now I'm forking the lib …