vizabi/core

Convenient config representation

Opened this issue · 1 comments

...that doesn't require external use of mobx.toJS

Config is observable and thus wrapped in proxies. Not sure what we can do about it. This is for faster debugging right?

I saw you added js(...) function in tools page global scope.

Maybe we can add .js() or .plain() to all observables, easier than wrapping in js(...).