logo dotConferences
Menu

SwiftUI Data Flow with Redux

Thomas Ricouard at dotSwift 2020

This talk from Thomas aimed to be an eye-opener on how easily you can use the Redux architecture with SwiftUI.

Slides

More details

You can find the open-source SwiftUI application on GitHub here and the very lightweight Redux implementation for SwiftUI here.

MovieSwiftUI is a great starting point if you want to see how you can make a real-world application using both SwiftUI & Redux.