Skip to content

Redux Template

Bilal Shaikh edited this page Jul 29, 2019 · 2 revisions
@connect(store => {
    organismSearch: store.organisms.select
    metabloltite: store.metabolties.select
} //the names given here will be the names of props
class test extends Component {
    constructor(props) {
        super(props);

    }
this.props.organismSearch
this.props.metabolites
//this is how to access the values
Clone this wiki locally