-
Like a hook or notification? |
Beta Was this translation helpful? Give feedback.
Answered by
urugator
Aug 23, 2022
Replies: 1 comment 2 replies
-
https://mobx.js.org/configuration.html#reactionscheduler-f---void--void configure({
reactionScheduler: (runReactions): void => {
console.log("before");
runReactions();
console.log("after");
}
}) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rickmed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://mobx.js.org/configuration.html#reactionscheduler-f---void--void