Debouncing a Mobx computed
24 May 2021
Let's say that you have a Mobx computed property that changes often and it has an expensive reaction. For some reason you can't easily debounce the reaction (e.g. React component) nor the computed's dependencies.