Package react4j.internal
Interface OnShouldComponentUpdate
@JsType(isNative=true,
namespace="<global>",
name="?")
public interface OnShouldComponentUpdate
Native support infrastructure for shouldComponentUpdate react lifecycle.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
shouldComponentUpdate
(jsinterop.base.JsPropertyMap<Object> nextProps)
-
Method Details
-
shouldComponentUpdate
-