Michel Weststrate
Michel Weststrate
it is still WIP,but the current devtools provide a bunch of features, and some features might become obsolete 1. show re-rendering 1. show dependency tree 3. show mutations (spying) 4....
Hi @zalmoxisus / @antitoxic I currently playing with the idea of a standardized state container, see this repo: https://github.com/mweststrate/mobx-state-tree, I'll try to push some more info to the readme next...
Hey @zalmoxisus / @antitoxic here same updates on my work on the state tree (it will be part of an upcoming talk). Let me know what you think! It restricts...
Yeah so the basic question is, where does it apply them _to_. If the devtools are loaded as middleware it has access to the store, but how does it revert...
awesome, that was the missing piece (skimmed the docs but completely missed it somehow). Gonna play with it! will you guys visit ReactNL or ReactiveConf?
Looks like your Android setup is incorrect. That problem is unrelated to this plugin, best check the Flipper setup docs or file an issue at Flipper. On Thu, 21 May...
See also: https://github.com/mobxjs/mobx/wiki/Mobx-vs-Reactive-Stream-Libraries-(RxJS,-Bacon,-etc) The dynamic behavior of transparantly tracking derivations only if actively used in an expression is quite unique for TFRP. It is not that there are things you...
> I don't think JavaScript is particularly well suited for FRP. One big problem is that if you implement FRP with a push bashed approach it is impossible to rely...
> Unless I'm mistaken something, a MobX observable must be mutated. That is the opposite of being reactive. I think you are confusing a few concepts here. I know there...
ah ok. I guess the word 'reactive' should then be restricted to cyclejs only.