Michel Weststrate
Michel Weststrate
https://www.google.com/url?q=http%3A%2F%2Fwww.trumpacademi.com%2Fstate-management-with-mobx-state-tree-in-a-react-native-application%2F&sa=D&sntz=1&usg=AFQjCNF4vq1aAcwHx93feOxLoQ_DLk99ag https://www.youtube.com/watch?v=pPgOrecfcg4&feature=youtu.be
Router: https://github.com/kitze/rttr/blob/master/example/src/index.js / https://github.com/alakarteio/k-mst-router
https://medium.com/@christianalfoni/lessons-learned-refactoring-codesandbox-io-from-redux-to-cerebral-40e9a5646281
https://codeburst.io/migrating-from-redux-to-mobx-state-tree-straight-to-the-steps-735ae20d6cd5
https://medium.com/react-native-training/state-management-with-mobx-state-tree-373f9f2dc68a
https://github.com/shettypuneeth/nytimes-bestseller
Agreed! Op do 22 jun. 2017 om 00:21 schreef Josh Hawkins : > I figure we'll start by collecting links to most everything that we like, > as we're doing...
Any body interested in building one? I think this is the core of the thing: https://github.com/mobxjs/mobx-react-devtools/blob/master/src/changeLogger.js. Not sure whether all debug utilities in the `mobx-react` package are already exposed on...
@corymsmith basically you only need the `spy` api from `mobx`, and the `trackComponents` and `renderReporter` from the `mobx-react` package. You can directly reuse the logger functionality from `mobx-react-devtools` I think
@mocheng I think I saw a similar but general project in the past, it was published by Netflix I think. The current implementation doesn't use the internal react performance api,...