MCPcopy Create free account
hub / github.com/bep/gr / ShouldComponentUpdate

Interface ShouldComponentUpdate

lifecycle.go:72–74  ·  view source on GitHub ↗

ShouldComponentUpdate gets invoked before rendering when new props or state are being received. This is not called for the initial render or when forceUpdate is used.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

lifecycle.jsFile · 0.65
composition.jsFile · 0.65
interop.jsFile · 0.65
debounce.jsFile · 0.65
basic.jsFile · 0.65
router.jsFile · 0.65

Implementers 10

testLifecyclertests/component_test.go
ClickCounterexamples/helpers.go
userGistsexamples/ajax/main.go
lifecycleexamples/lifecycle/main.go
elapserexamples/composition/main.go
clickCounterexamples/basic-click-counter/main.go
elapserexamples/interop/main.go
mouseTrackerexamples/debounce/main.go
elapserexamples/basic/main.go
clickCounterexamples/router/main.go

Calls

no outgoing calls

Tested by

no test coverage detected