Excuse me, what is the usage of this seemingly fusion of ng and react? ? ? ?
PHPz2017-05-15 17:15:52
According to the code in your screenshot, Angular is actually used to handle the logic layer and data layer (that is, the M layer), and React is used to handle the view layer (that is, the V layer)
The combination method has already been available. Such as this. https://github.com/ngReact/ng...