notify abstract method

void notify(
  1. ReactiveNode node
)

Called during propagate for nodes flagged ReactiveFlags.watching. Implementations typically queue the node for execution after the current write/batch completes.

Chamado durante propagate para nós com ReactiveFlags.watching. Implementações tipicamente enfileiram o nó para execução após a escrita/batch atual completar.

Implementation

void notify(ReactiveNode node);