Skip to content

Instantly share code, notes, and snippets.

@agentbellnorm
Created November 1, 2020 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agentbellnorm/2fccde8e1f1de967e051e56d4a09a859 to your computer and use it in GitHub Desktop.
Save agentbellnorm/2fccde8e1f1de967e051e56d4a09a859 to your computer and use it in GitHub Desktop.
onChange(listener: (state: T) => void) {
autorun(() => listener(this.state));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment