Skip to content

Instantly share code, notes, and snippets.

@olecksamdr
Created October 25, 2018 05:39
Show Gist options
  • Save olecksamdr/8c1b1dd887da5e1d7741aff273c291a1 to your computer and use it in GitHub Desktop.
Save olecksamdr/8c1b1dd887da5e1d7741aff273c291a1 to your computer and use it in GitHub Desktop.
Throttle recompose
withPropsOnChange(
['handlerName'],
({ handlerName }) => ({
handlerName: throttle(100, handlerName),
})
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment