Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // list of articles
- import ArticleList from './ArticleList';
- import React from 'react';
- import { connect } from 'react-redux';
- // extract articles from state
- const mapStateToProps = state => ({
- articles: state.hoem.articles
- });
Advertisement
Add Comment
Please, Sign In to add comment