create a component with special props and HOC
peform deep comparison for 2 values
perform comparison for 2 values. This compare function also handle Date and Regex comparisons the date values are equal if their timestamps (a value return from getTime() method) are equal the regex values are equal if their string values (a value return from toString() method) are equal objectCompare will be called if both values are objects
check a value is whether promise object or not
perfrom shallow compare for 2 values. by default, shallowCompare uses defaultCompare to compare array items, object prop values
create stable component from input component
execute the callback once and return its result
Generated using TypeDoc
create stable object / factory