Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 552 Bytes

SwiftUI-architectures

Repo for my public talk about SwiftUI architectures (Component, Protocol, Reactive)

Video Slides

This is examples of possible enterprise-ready architectures for SwiftUI (v1) with short flow demonstration.

Benchmark task: simple login/sigup flow

  • 3+ screens to navigate
  • Network (Timered Mock)
  • List Layout
  • Component layout
  • Navigation Bar
  • Validation
  • Unit tests