Last active
June 29, 2017 08:10
-
-
Save Jahans3/77fe22c84ba28c374659c24a0b93d89e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@reduxForm({ form: 'someForm' }) | |
@connect(state => { | |
const { someStore: { someProperty } } = state | |
return { | |
someProperty | |
} | |
}) | |
export default class MyContainer extends Component { | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment