Interface OnShouldComponentUpdate


@JsType(isNative=true, namespace="<global>", name="?") public interface OnShouldComponentUpdate
Native support infrastructure for shouldComponentUpdate react lifecycle.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldComponentUpdate(jsinterop.base.JsPropertyMap<Object> nextProps)
     
  • Method Details

    • shouldComponentUpdate

      boolean shouldComponentUpdate(@Nonnull jsinterop.base.JsPropertyMap<Object> nextProps)