Skip to content
On this page

Optimization

A set of mixin to optimize performances.

MixinDescription
useDebounceAdds the ability to specify an array "debounces" of functions to debounce.
useMemoMemoize expensive getters by mixing in useMemo and adding a static memos array.
useThrottleAdds the ability to specify an array "throttles" of functions to throttle.