rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

It would be so nice if diff server was optional #288

Closed aboodman closed 3 years ago

aboodman commented 3 years ago

During development, we don't care if diff server is doing diffing. It's just another thing to setup and understand. It would be sweet if repc could just consume a client view directly and interpret it as a patch that replaces the root with the supplied tree.

aboodman commented 3 years ago

Superceded by #290