Please enable JavaScript.
Coggle requires JavaScript to display documents.
react state management (MobX (mobx X react (@observer, @inject("…
react state management
-
Store & logic share
-
custom Hooks (share logic), not state
can have state, hooks and logic (action/side-effect) inside
what if my custom hook have a "store" and "context", then I can share?
-
-
-
-
-