Reactivity in Swift, Part 2: Implementing a Batching Solution
In this follow-up post, I share a custom batching solution for Swift inspired by MobX. Learn how a minimal implementation of a batching function can solve UI glitch issues and improve the performance of reactive applications.