Skip to content

Conversation

@madhu00007
Copy link

Lesson 17 : A little updated needed. I hope I am not wrong.

BlogList.js
const BlogList = ({ blogs, title }) => {
return (


{title}


{blogs.map((blog) => (

{blog.title}


Written by {blog.author}



))}

);
};

export default BlogList;

filipinec added a commit to filipinec/Complete-React-Tutorial that referenced this pull request Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants