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

Function track

code/redux/public/app.js:4061–4068  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

4059}
4060
4061function track(node) {
4062 if (getTracker(node)) {
4063 return;
4064 }
4065
4066 // TODO: Once it's just Fiber we can move this to node._wrapperState
4067 node._valueTracker = trackValueOnNode(node);
4068}
4069
4070function updateValueIfChanged(node) {
4071 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