-
Having trouble getting a license key for getting started
```bash
npx replicache get-license
Need to install the following packages:
replicache@12.2.2
Ok to proceed? (y)
Welco…
-
The link to the licensing page in the getting started guide's code example is pointing to a 404 page.
# Screenshot
![Screenshot](https://github.com/rocicorp/replicache/assets/6061509/51f043b6-aea4…
-
**P1: blocks clean, correct indexing**; in rough order of priority
- [x] [only index strings](https://github.com/rocicorp/repc/issues/227)
- [x] write.clear() needs to update indexes
- [x] [scan st…
-
In the time-travel debugger, it's east to inspect simple values, but with more complex values I often find myself wanting to call methods (e.g. `.toJSON()`) to see what's going on more clearly. Is the…
-
It was clear from the beginning that Isar should support some kind of synchronization capability. Until now I wanted to implement something similar to dexie's sync strategy which provides [eventual co…
simc updated
9 months ago
-
This doesn't seem right:
```ts
function subConst(rep: Replicache, val: string) {
return useSubscribe(rep, (tx) => val, "", [val]);
}
var counter = 0;
function MyComponent({rep}: {rep: Re…
-
Originally how Replicache apps were organized above the protocol was more open.
Now that we have settled into spaces being a more fundamental part of Replicache they should be documented that way. …
-
**Please briefly describe the project you'd like to add to _Best of JS_?**
Replicache is a JavaScript framework for building high-performance, offline-capable, collaborative web apps.
**Wh…
-
Replicache is client-side tech that can work with any backend stack, but we also plan to create our own server that is optimally designed to work well with Replicache. This would make it easier to sta…
-