replicache-react
replicache-react copied to clipboard
Miscellaneous utilities for using Replicache with React
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.17 to 3.9.19. Release notes Sourced from vm2's releases. 3.9.19 Fixes https://github.com/patriksimek/vm2/commit/cfa3fc6f81be05ce9ed08a79a406ebe3b61ead3e: Fix resolver issue. 3.9.18 New Features https://github.com/patriksimek/vm2/commit/dd81ff616ff528de5dc7a1cf2939de3d3701539d: Add resolver API to create a shared resolver...
I'm not sure getting them through v10 of Replicache was doing the right thing. When I install replicache-react and replicache v12 together in an app, I only see one version...
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:Array):R {} ``` Where `def` allows users to provide...