mutekt
mutekt copied to clipboard
How do you do atomic update with this ?
Like the reddit comment in this.
This seems like it could break data invariants since it pushes updates on every data field update.
Eg if you depend on a data model being in either state A or B, now it can be both or neither since you must account for intermediary steps
Currently, it doesn't support updating two or more fields atomically.
This is being discussed in #12
This has been released in v1.0.0-alpha03
.