Tempura is a holistic approach to iOS development, it borrows concepts from Redux (through Katana) and MVVM.
- Model your app state
- Define the actions that can change it
- Create the UI
- Enjoy automatic sync between state and UI
- Ship, iterate

Tempura is a holistic approach to iOS development, it borrows concepts from Redux (through Katana) and MVVM.