HomeAboutBlogProjectsContact

Posts tagged "combine"

2 posts found

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.

February 22, 2023
batchingcombineiosjavascriptmobxperformancereactivityrxswiftstate-managementswiftswiftuitypescript

Exploring Reactivity in Swift: A Comparison with JavaScript Frameworks

A developer's exploration of Swift's reactive programming capabilities, comparing them to popular JavaScript libraries like MobX and SolidJS. This post delves into the challenges of managing state changes and batching updates in Swift's Key-Value Observing (KVO) system.

February 18, 2023
combineiosjavascriptkvomobxreactivityrxswiftsolidjsstate-managementswiftswiftui