DEV Community

Discussion on: MVWTF: Demystifying Architecture Patterns

Collapse
 
shakenbeer profile image
Sviatoslav Melnychenko
  1. MVC diagram is missing the link between a model and a view. The view observes the model in MVC.
  2. MVI is not a pattern. Disagree? Try to draw a diagram, as you have for other patterns. It's hard because MVI really depends on implementation. Though, MVI is a good helper for any other pattern of choice.
Collapse
 
adammc331 profile image
Adam McNeilly

I think MVI is a pattern and a diagram could be drawn easily. I would just replace the View portion of the redux diagram in the post with a ViewModel or Presenter from the other diagrams.