rocicorp / repc

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

Minor feature request: stop caring about response from batch endpoint #280

Closed aboodman closed 3 years ago

aboodman commented 3 years ago

Right now the response from the batch endpoint is specified to be this specific array-of-mutationinfo thing. But all we do with it is print it out.

We don't need to do anything in particular with this response at all. We can just kill the concept of MutationInfo entirely. The built-in web console machinery in the browser already prints out the response, and that allows the developer to return any info they want.

aboodman commented 3 years ago

Nevermind, I see we actually already do this!