search

Home  >  Q&A  >  body text

Frontend - Solving? How do you understand this way of writing?

Excuse me, what is the usage of this seemingly fusion of ng and react? ? ? ?

为情所困为情所困2785 days ago609

reply all(1)I'll reply

  • PHPz

    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...

    reply
    0
  • Cancelreply