MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / shouldConstruct

Function shouldConstruct

code/redux/public/app.js:7147–7149  ·  view source on GitHub ↗
(Component)

Source from the content-addressed store, hash-verified

7145};
7146
7147function shouldConstruct(Component) {
7148 return !!(Component.prototype && Component.prototype.isReactComponent);
7149}
7150
7151// This is used to create an alternate fiber to do work on.
7152function createWorkInProgress(current, pendingProps, expirationTime) {

Callers 1

createFiberFromElementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected