Communication Mechanism

  • Component internal communication
  • Inter-component communication

We completed the communication between the components (parent to child, child to parent, brother, etc.) through a simple and intuitive dispatch.

Refresh Mechanism

  • Local data modification automatically triggers a shallow copy of the upper layer data and is transparent to the business code.image.png | left | 747x361
  • When the state changes, the store flatly notifies all the components and the decide whether the view should be refreshed