Skip to content

Instantly share code, notes, and snippets.

@gaperton
Last active May 8, 2019 06:04
Show Gist options
  • Save gaperton/692d600afb45aa08cdbd599c51182fe7 to your computer and use it in GitHub Desktop.
Save gaperton/692d600afb45aa08cdbd599c51182fe7 to your computer and use it in GitHub Desktop.
// 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