Results 60 comments of HaveF

#44 Reduce returns an array, not a value which is a very detailed explanation about reduce/fold thing

@lulutia what's your version of mobx, RN? I tried on ios, it works. Btw, I donot know what you said about `e.persist()` things, could you explain it more? thanks! But...

@zalmoxisus thanks your advice, I will redo the android test after #14 is resolved

@zalmoxisus iOS version is total fine(using `remotedev.io`) after update remotedev as you suggest in #14. But android version is still not work. Then I try set remotedev-server to local. #...

# remotedev-server in local In android, after change ip, the `socket hung up` message disappear, but the `http://localhost:8000/` does not display action(as same as ios version), the setting seems have...

ok...let me restatement all these things. # use http://remotedev.io/local/ ## ios works ## android not works --> socket hung up you said I should use local remotedev to debug #...

@jhen0409 Thanks for trying to help me out. @zalmoxisus the #14 is about skip button problem, it works.(run in iOS and use `remotedev.io`) But others not works. Let's solve the...

@jhen0409 @zalmoxisus Thanks for your help. It works now. The option name `remote` mislead me:sob:. It is written in doc(set remote false when use localhost ), but I neglect it.

I do like to maintain it as a separate repo only for mobx-remotedev. Maybe someone like to use [jhen0409/react-native-debugger](https://github.com/jhen0409/react-native-debugger) directly, so let the user decide to use what.

@techknowfile very interesting. About the mobx-state-tree part, I believe you misunderstand the usage of create. https://github.com/techknowfile/mobx-vs-mst/blob/main/src/mst-models/RootStore.js#L44 ```js addMetricItem(json) { //let item = MetricItem.create({ id: json.id, value: json.value}); self.metricItems.set(json.id, { id:...