PostList = props => { return (
{props.posts.map(post =>

{post.title}

)}
) };