Skip to content

Lesson 17#7

Open
madhu00007 wants to merge 17 commits intoiamshaunjp:mainfrom
madhu00007:lesson-17
Open

Lesson 17#7
madhu00007 wants to merge 17 commits intoiamshaunjp:mainfrom
madhu00007:lesson-17

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

Comments