mobx-sync
mobx-sync copied to clipboard
Added reset()
I ain't 100% sure this will work properly as I can't also understand 100% this lib even after some hours studying it.
I haven't made the sync version or the tests because I don't want to lose time if I am doing it wrong.
The objective of this is to call trunk().reset() and the default object values will be loaded and also persisted. (better than trunk.clear() and constructing a new obj. Also, I want to keep some of the ignored props values)
Can you see if this is alright?