Skip to content
  • Home
  • Apps
  • About

Tag: redux

6 Comments Aug 21, 2020Oct 22, 2020 2 Minutes

Redux-like architecture with SwiftUI: Real World App

After looking at the Redux approach, figuring things out and writing the previous set of posts (The Basics, Side Effects and Error Handling), I wanted to put it all in practice with a real app, and decided to rewrite Bouncer (again). Here is how it went…

Continue reading “Redux-like architecture with SwiftUI: Real World App” →
3 Comments Aug 7, 2020Jan 9, 2021 7 Minutes

Redux-like architecture with SwiftUI: Error Handling

In the previous post, we’ve implemented Middleware support to facilitate asynchronous operations and extended functionality, and today we will be following up with Error handling and improving our User Experience.

Continue reading “Redux-like architecture with SwiftUI: Error Handling” →
Leave a comment Aug 3, 2020Jan 9, 2021 7 Minutes

Redux-like architecture with SwiftUI: Side Effects

In the previous post we went through setting up the basic architecture for iOS with Redux-like approach, and now we will be following up with additional optimizations and support for asynchronous functions or side effects.

Continue reading “Redux-like architecture with SwiftUI: Side Effects” →
4 Comments Jul 30, 2020Sep 3, 2021 6 Minutes

Redux-like architecture with SwiftUI: Basics

Since the beta release of iOS 14 and now that SwiftUI is a little more mature, I have been exploring different architectures that better fit its patterns. After working with React for a while, I got curious about using something similar to Redux on iOS.

Continue reading “Redux-like architecture with SwiftUI: Basics” →
Proudly powered by WordPress