/Redux-Architecture-SwiftUI-Basics

Companion code to the first part of my Redux Architecture with SwiftUI tutorial

Primary LanguageSwift

Redux Architecture on iOS: The Basics

This is the companion app to the Redux Architecture on SwitUI tutorial available at.
https://danielbernal.co/redux-like-architecture-with-swiftui-basics/

What we did in the first part.:

  • Basic implementation of a Redux-Like Architecture
  • Definition of AppStore, AppState, and Actions
  • SwiftUI bindings to the AppState via Observable Object