mutekt icon indicating copy to clipboard operation
mutekt copied to clipboard

How do you do atomic update with this ?

Open thegarlynch opened this issue 2 years ago • 2 comments

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

thegarlynch avatar Aug 03 '22 21:08 thegarlynch

Currently, it doesn't support updating two or more fields atomically.

PatilShreyas avatar Aug 06 '22 08:08 PatilShreyas

This is being discussed in #12

PatilShreyas avatar Aug 07 '22 16:08 PatilShreyas

This has been released in v1.0.0-alpha03.

PatilShreyas avatar Sep 15 '22 13:09 PatilShreyas