Right, but the model does know everything about signalling change. Under MVC, the model is responsible for updating the view through the passage of messages.
Which is essentially one major part of what React tries to offer. Granted, in an ugly way as it has to deal with the harsh limitations of Javascript instead of having the power of Smalltalk to work with, but such is life.
Nope. Under MVC, models knows nothing about view.