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

Function preloadResource

docs/index.js:17669–17673  ·  view source on GitHub ↗
(resource)

Source from the content-addressed store, hash-verified

17667 return !1;
17668}
17669function preloadResource(resource) {
17670 return "stylesheet" === resource.type && 0 === (resource.state.loading & 3)
17671 ? !1
17672 : !0;
17673}
17674var suspendedState = null;
17675function noop() {}
17676function suspendResource(hoistableRoot, resource, props) {

Callers 2

renderRootConcurrentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…