json-mobx
json-mobx copied to clipboard
Simple undo/redo and persistence for MobX
How would I use this with MobX 6 which discourages the use of annotations over functions. Is there an example of how to use this in that environment?
I'm having problems with the json.arrayOf, even with copy/pasting the example, class FancyItem { @json firstName = "Homer"; @json lastName = "Simpson"; } class HasFancyArray { @json readonly fancyArray =...
Is there a equivalent for `json.arrayOf` but for observable maps instead of arrays?