MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / track

Function track

code/one-direction-data-flow/public/app.js:3683–3690  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3681}
3682
3683function track(node) {
3684 if (getTracker(node)) {
3685 return;
3686 }
3687
3688 // TODO: Once it's just Fiber we can move this to node._wrapperState
3689 node._valueTracker = trackValueOnNode(node);
3690}
3691
3692function updateValueIfChanged(node) {
3693 if (!node) {

Callers 2

setInitialProperties$1Function · 0.70
diffHydratedProperties$1Function · 0.70

Calls 2

getTrackerFunction · 0.70
trackValueOnNodeFunction · 0.70

Tested by

no test coverage detected