replicache icon indicating copy to clipboard operation
replicache copied to clipboard

User request: sample of more complex mutation validation

Open aboodman opened this issue 2 years ago • 1 comments

See original request here: https://github.com/rocicorp/replicache-todo/issues/2.

This could make sense in Replidraw, for example, some upper limit on number of objects on page or something?

aboodman avatar Apr 06 '22 21:04 aboodman

Not exactly "validation", but this new createTodo mutator ensures that there are not duplicate sort fields by assigning the next highest value from all current values:

https://github.com/rocicorp/replicache-todo/blob/main/frontend/todo.ts#L44

aboodman avatar Jun 23 '22 06:06 aboodman