MCPcopy Create free account
hub / github.com/caseywebdev/react-list / updateTransition

Function updateTransition

docs/index.js:25730–25739  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25728 return [!1, stateHook];
25729 }
25730 function updateTransition() {
25731 var booleanOrThenable = updateReducer(basicStateReducer)[0],
25732 start = updateWorkInProgressHook().memoizedState;
25733 return [
25734 "boolean" === typeof booleanOrThenable
25735 ? booleanOrThenable
25736 : useThenable(booleanOrThenable),
25737 start
25738 ];
25739 }
25740 function rerenderTransition() {
25741 var booleanOrThenable = rerenderReducer(basicStateReducer)[0],
25742 start = updateWorkInProgressHook().memoizedState;

Callers 1

index.jsFile · 0.85

Calls 3

updateReducerFunction · 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…