Sample code snippet for utilizing observable state's options? #3420
-
I'm new to MobX, and was reading https://mobx.js.org/observable-state.html#makeobservable. It provided examples for class + P.S. It's also my first time posting on a GitHub discussion, let me know if I wasn't able to follow some standards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, here is an example utilizing For debugging you may find it useful: https://github.com/kubk/mobx-log |
Beta Was this translation helpful? Give feedback.
Hi, here is an example utilizing
autoBind
option: https://codesandbox.io/s/minimal-mobx-react-project-ppgml?file=/index.jsFor debugging you may find it useful: https://github.com/kubk/mobx-log