Combines an array of
ReadableLikes into a transformed
value.
Note that changes to transform and config will not trigger re-derivation, and
useCombine always uses the latest transform and config in the
derivation.
Param: deps
An array of ReadableLikes to
combine. It follows the React rules of hooks where the length of the array must remain constant.
Param: transform
Optional pure function that takes multiple values and returns a new value.
Combines an array of ReadableLikes into a transformed value.
Note that changes to
transformandconfigwill not trigger re-derivation, anduseCombinealways uses the latesttransformandconfigin the derivation.