xaviergonz / mobx-keystone

A MobX powered state management solution based on data trees with first class support for Typescript, support for snapshots, patches and much more
https://mobx-keystone.js.org
MIT License
554 stars 25 forks source link

Tooling, devtools support #510

Closed PEZO19 closed 1 year ago

PEZO19 commented 1 year ago

@xaviergonz Hi there! Awesome work, congrats!

Trying to choose between MST/Keystone, one missing thing to me seems is Mobx-devtools / Reactotron (as mentioned on SO).

From the keystone docs/github repo it is not clear to me which is supported by now or what are the alternatives, what/how big are the disadvantages? Can you please help out?

xaviergonz commented 1 year ago

You can actually use the redux devtools with it https://mobx-keystone.js.org/redux-compatibility#connectreduxdevtools https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en

PEZO19 commented 1 year ago

@xaviergonz Makes sense! :) What about a React Native environment? What do you think, how it compares with Redux-devtools to MST+Reactotron? (I mean features/gotchas/stability-wise.)

xaviergonz commented 1 year ago

No idea, I've never used reactotron

PEZO19 commented 1 year ago

@xaviergonz Thanks for the info!