Skip to content

Instantly share code, notes, and snippets.

@kwalrath
Last active January 31, 2020 22:35
Show Gist options
  • Save kwalrath/6334b75cc6a32bf048256f93e3e1ad84 to your computer and use it in GitHub Desktop.
Save kwalrath/6334b75cc6a32bf048256f93e3e1ad84 to your computer and use it in GitHub Desktop.
myReduxStore.onChange
.map((s) => MyViewModel(s))
.distinct()
.listen( /* update UI */ );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment