Redux

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.
Nov
24
Common Redux Pitfalls on iOS: Deep Navigation Stack
Mobile App Architecture
6 min read

Common Redux Pitfalls on iOS: Deep Navigation Stack

Redux is often suggested as a silver bullet for mobile app architecture. However, it also brings noticeable inconveniences that are worth mentioning. One of them kicks in when we start to deal with a deep navigation stack.
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.
Dec
08
Building iOS Mobile Apps with Redux-like Architecture
Mobile App Architecture
23 min read

Building iOS Mobile Apps with Redux-like Architecture

One of the things I've been puzzling over recently. Can we benefit much from bringing redux-like architectures to iOS? How? And how can we get most of it?