Since React is regarded as View of MVC,
would Sagas considered as Controller and the Stores as Model?
Is React + Redux + Redux Saga MVC? I've read somewhere that they are different since Redux stricts the data flow to only one way.
Would React be considered as View? Saga as Controller? Redux as Model?
Edit: I'd like to clarify I would like to know if these consider as MVC and why/why not. Not which.