MCPcopy Create free account
hub / github.com/microsoft/SandDance / rerenderState

Function rerenderState

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

Source from the content-addressed store, hash-verified

15373 }
15374
15375 function rerenderState(initialState) {
15376 return rerenderReducer(basicStateReducer);
15377 }
15378
15379 function pushEffect(tag, create, destroy, deps) {
15380 var effect = {

Callers 3

rerenderDeferredValueFunction · 0.85
rerenderTransitionFunction · 0.85

Calls 1

rerenderReducerFunction · 0.85

Tested by

no test coverage detected