I was thinking of implementing a diffing tool for the updates, but thinking about it now, I don't now if it's the responsibility of Stoxy.
Stoxy doesn't store have a direct ref of the previous state of the state object and therefore would have to fetch it to do the diffing and I don't know if I want to force a read operation on the write operation.
I was thinking of implementing a diffing tool for the updates, but thinking about it now, I don't now if it's the responsibility of Stoxy.
Stoxy doesn't store have a direct ref of the previous state of the state object and therefore would have to fetch it to do the diffing and I don't know if I want to force a read operation on the write operation.