zalmoxisus / mobx-remotedev

MobX DevTools extension
MIT License
327 stars 40 forks source link

Computed in remote-redux #56

Open TechAkayy opened 2 years ago

TechAkayy commented 2 years ago

Hi all,

I'm using the remote-redux devtools (electron) and I'm able to connect to my mobx store remotely (localhost:9000).

All observables are getting displayed in state, and the actions are getting listed. But, my state doesn't include "computed" get properties.

Just wanted to know if this is a bug, or if this is a limitation of this package? Can anyone see their computed properties in their redux devtools? Thank you!

Sad that this package is unmaintained, esp when the official Mobx one (https://github.com/mobxjs/mobx-devtools) is also unmaintained

FDiskas commented 2 years ago

I tried this on react-native - also there are no computed properties. And yes - probably this package is also unmaintained - because of porn link in the readme :)

kubk commented 2 years ago

@FDiskas You can try this package: https://github.com/kubk/mobx-log

It's just a simple logger, but it is compatible with Mobx 6. I've built it because mobx-remotedev is no longer maintained.

FDiskas commented 2 years ago

Thank you, I will try your suggestion. Side note: this package works with mobx v6. Only one that thingy doesn't @computed