Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson 17 #7

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Lesson 17 #7

wants to merge 17 commits into from

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