MCPcopy Index your code
hub / github.com/microsoft/SandDance / updateState

Function updateState

docs/external/js/react-dom.development.js:15371–15373  ·  view source on GitHub ↗
(initialState)

Source from the content-addressed store, hash-verified

15369 }
15370
15371 function updateState(initialState) {
15372 return updateReducer(basicStateReducer);
15373 }
15374
15375 function rerenderState(initialState) {
15376 return rerenderReducer(basicStateReducer);

Callers 3

updateDeferredValueFunction · 0.85
updateTransitionFunction · 0.85

Calls 1

updateReducerFunction · 0.85

Tested by

no test coverage detected