Last active
May 8, 2019 06:04
-
-
Save gaperton/692d600afb45aa08cdbd599c51182fe7 to your computer and use it in GitHub Desktop.
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
// npm install valuelink linked-controls --save-dev | |
// That's what you need to start. | |
import { useLink } from 'valuelink' | |
// Hooks used in DelayedInput, and the DelayedInput himself. | |
import { useBoundLink } from 'valuelink' | |
import { useThrottle, DelayedInput } from 'linked-controls' | |
// Hooks used in UsersList | |
import { useIsMountedRef, useSafeLink, useIO } from 'valuelink' | |
// And, just in case you'll need it... | |
import { useSafeBoundLink } from 'valuelink' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment