Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 396 Bytes

File metadata and controls

14 lines (8 loc) · 396 Bytes

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