Created
October 25, 2018 05:39
-
-
Save olecksamdr/8c1b1dd887da5e1d7741aff273c291a1 to your computer and use it in GitHub Desktop.
Throttle recompose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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