Skip to content

Instantly share code, notes, and snippets.

@pablopaul
Created November 21, 2016 12:39
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 pablopaul/d2b418eb3db15aa405f71f6d0894308a to your computer and use it in GitHub Desktop.
Save pablopaul/d2b418eb3db15aa405f71f6d0894308a to your computer and use it in GitHub Desktop.
Redux Store Subscribe
const unsubscribe = store.subscribe( () => console.log( store.getState() ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment