Home Reference Source Repository

References

Function Summary

Static Public Function Summary
public

shouldUpdate(context: object, nProps: object, nState: object): boolean

Simply checks if a component update is needed

since 1.0.0
public

Enhances a component with change checks and console logs powered by debugjs

since 2.0.0
public

Encapsulates the shouldUpdate logic as a high order function

since 1.0.0
Static Protected Function Summary
protected

Get the name of the given React component

since 1.0.0
protected

reportChanges(context: object, nProps: object, nState: object, log: function): Array<Change>

Log and return the changes in a component as they occur to help with debugging

since 1.0.0

Typedef Summary

Static Public Typedef Summary
public

External Summary

Static Public External Summary
public