useDiff(node: Node, deps): Node
Returns a difference between the node value from the last frame and the current one. useDiff
works for every frame whereas diff
works on every evaluation.
Returns a difference between the node value from the last frame and the current one. useDiff
works for every frame whereas diff
works on every evaluation.