json-mobx icon indicating copy to clipboard operation
json-mobx copied to clipboard

Simple undo/redo and persistence for MobX

Results 3 json-mobx issues
Sort by recently updated
recently updated
newest added

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?