Daniel Meyer
Daniel Meyer
When using `externalHelpers: true`, all helpers are imported from the `helpers.js` file. This is not optimal because the helpers.js file is not a module and therefore will prevent tree shaking...
Discussions: https://discord.com/channels/684898665143206084/1181187205109129258
Hi. I am using simple-peer to replicate the database state of client devices with the RxDB P2P replication plugin. https://rxdb.info/replication-p2p.html
**Is your feature request related to a problem? Please describe.** My Problem: I replicate bloom filters from many clients (up to 1000) to my server. The server then has to...
This PR changes the build scripts so that this package can be used either as esm module or as cjs package at the same time. This fixes https://github.com/gfodor/p2pcf/issues/21 while making...
In the RxDB user survey 2024 people voted that the documentation is the biggest drawback of RxDB. So the plan is to rework all documentation pages in the next few...