HomeAboutBlogProjectsContact

Posts tagged "ios"

3 posts found

Cordova to Capacitor File Conversion

A reference guide for mapping file system directory aliases when migrating from Cordova to Capacitor, covering iOS and Android platform differences.

September 14, 2023
androidcapacitorcordovafilesystemiosmigrationmobile-development

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