MCPcopy
hub / github.com/dai-shi/react-tracked / useTracked

Function useTracked

src/createContainer.ts:129–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 };
128
129 const useTracked = () =>
130 [useTrackedState(), useUpdate()] as [
131 ReturnType<typeof useTrackedState>,
132 ReturnType<typeof useUpdate>,
133 ];
134
135 return {
136 Provider,

Callers 15

CounterFunction · 0.85
CounterFunction · 0.85
CounterFunction · 0.85
PersonFunction · 0.85
CounterFunction · 0.85
TextBoxFunction · 0.85
PersonFirstNameFunction · 0.85
PersonFamilyNameFunction · 0.85
CounterFunction · 0.85
PersonFunction · 0.85
CounterFunction · 0.85
PersonFunction · 0.85

Calls

no outgoing calls

Tested by 1

CounterFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…