Function makeTransientDerivedBinding

Similar to useDerivedBinding except that this binding doesn't persist any values internally. The derivative is computed each time the getter is accessed and listeners are immediately triggered any time any of the dependencies change.

This is most useful for inline declarations of derivatives that would feel too-heavy to declare elsewhere.