I've always found MobX to be a joy to use, compared to other state management that needs a lot more boilerplate.<p>I see that there are schedulers for autoruns now, but will there be a parallel for computed properties? I implemented some that updated using requestIdleCallback myself (it's fantastic that MobX provides the building blocks to make that happen), but an idiomatic way would be nice.