Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.08 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.08 KB

Movies

Simple movies app for architectural experiments.

Architectures

  • MVVMR: Extension to MVVM which introduces a VIPER-like router and uses principles from Redux for communication between view model and view controller.

  • Core: Core helps you design applications in a way that the app flow is driven by business layer, instead of UI layer. It also promotes unidirectional data flow between components for consistency, high testability and powerful debugging. Core can be seen as a Redux, Flux and MVVM hybrid.

Related Articles