Home

Awesome

swiftui-recipes-app

screenshot

Recipes app is written in SwiftUI using Single State Container

This app implemented as an example of a Single State Container concept. It is based on my blog posts and some additional techniques.

  1. Redux-like state container in SwiftUI. Basics
  2. Introducing Container views in SwiftUI
  3. Redux-like state container in SwiftUI. Best practices
  4. View composition in SwiftUI
  5. World, Thanks to Stephen Celis for his incredible talk, "How To Control The World".