zalmoxisus / mobx-remotedev

MobX DevTools extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decorator support

jhen0409 opened this issue · comments

I think it will be cleaner if we have decorator support:

@remotedev({ /* config */ })
export default class Counter {
  @observable counter = 0

  ...
}

@zalmoxisus, if you agreed I'll make a PR. :)

Definitely, it would be nice to have! :)

It's up in v0.2.3.