Slide 34
Slide 34 text
Conclusions
- independent layers - changes of store does not change UI and vice versa
- different ViewControllers can be built in different ways (storyboards, nibs, pin
layouts etc)
- UI components can be wrapped to RxCocoa and easy binded
- needs extra input/output models between layers
- need to handle side effects of bindings
- control disposeBag for binding on different type of UI - UITableViewCells,
subviews to avoid multiple bindings