Skip to content

Instantly share code, notes, and snippets.

@Metnew
Created January 13, 2018 05:51
Show Gist options
  • Select an option

  • Save Metnew/abd4ecef5392bc979ceb46f6800b7825 to your computer and use it in GitHub Desktop.

Select an option

Save Metnew/abd4ecef5392bc979ceb46f6800b7825 to your computer and use it in GitHub Desktop.
import {getThatVariable} from ‘selectors’
// ...
const mapStateToProps = (state) => {
 // GOOD!
 return {variable: getThatVariable(state)}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment