Skip to content

Instantly share code, notes, and snippets.

@karelhala
Created May 22, 2018 14:19
Show Gist options
  • Save karelhala/227453d2344de0090089486e014998fe to your computer and use it in GitHub Desktop.
Save karelhala/227453d2344de0090089486e014998fe to your computer and use it in GitHub Desktop.
JS hints
const mapStateToProps = ({buttons: {buttonsTitle} = {buttons: {buttonsTitle: ''}}}) => ({
buttonsTitle: buttonsTitle
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment