Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 465 Bytes

File metadata and controls

17 lines (10 loc) · 465 Bytes

Redux Architecture on iOS: Error Handling

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

What we did in the third part.:

  • Tweaker our service to publish errors via Combine
  • Implemented new States and Actions
  • Streamlined Variable Names
  • Implemented a ProgressView to display loading status
  • Presenting Alerts when errors ocurred