MCPcopy Index your code
hub / github.com/caseywebdev/react-list / rerenderTransition

Function rerenderTransition

docs/index.js:25740–25749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25738 ];
25739 }
25740 function rerenderTransition() {
25741 var booleanOrThenable = rerenderReducer(basicStateReducer)[0],
25742 start = updateWorkInProgressHook().memoizedState;
25743 return [
25744 "boolean" === typeof booleanOrThenable
25745 ? booleanOrThenable
25746 : useThenable(booleanOrThenable),
25747 start
25748 ];
25749 }
25750 function useHostTransitionStatus() {
25751 return readContext(HostTransitionContext);
25752 }

Callers 1

index.jsFile · 0.85

Calls 3

rerenderReducerFunction · 0.85
updateWorkInProgressHookFunction · 0.85
useThenableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…