iOS App Development

Mar
14
Puredux 1.2 – Monorepo Migration and Further Plans
Open Source
2 min read

Puredux 1.2 – Monorepo Migration and Further Plans

Recently I returned back to the Puredux development and released a 1.2 update.
Jun
20
Puredux 1.1 - Release Notes
Open Source
4 min read

Puredux 1.1 - Release Notes

Puredux v1.1 is finally out. Puredux is a UDF architecture framework in Swift for app state management with Redux/Flux ideas in mind.
Jun
16
I’ve Made a Redux Architecture Library for iOS and Called It Puredux
Open Source
4 min read

I’ve Made a Redux Architecture Library for iOS and Called It Puredux

Not long ago, I started to roll out Puredux v1.0. Puredux is a UDF architecture framework in Swift for app state management with Redux ideas in mind. Store, Reducers, Actions dispatching, and unidirectional data flow.
Feb
21
I’ve Made a Library for Building a Declarative Layout in UIKit
Private
3 min read

I’ve Made a Library for Building a Declarative Layout in UIKit

Going back to UIKit after getting used to SwiftUI is painful. I've made SwiftyUIKit to solve this problem.
Oct
18
Is SwiftUI Production Ready? - October 2020
iOS App Development
5 min read

Is SwiftUI Production Ready? - October 2020

Four months ago I decided that it's perfect time to dive into SwiftUI entirely. How is it now?