An example app and live coding template that showcases how to develop a Redux-inspired architecture using RxSwift as the main abstraction for data flow and computation.
- Xcode 8.3.2
- iOS 10.3
Clone this repository, open the Democracy.xcworkspace
file in Xcode
and you're good to go.
The master
branch is the final version of the full-fledged example
app.
The live-coding
branch is the product of live coding during the
Redux + RxSwift presentation
held at TDC São Paulo 2017.