reactplay / hacktoberfest

This repository contains the no-code and low-code contributions for Hacktoberfest.
MIT License
15 stars 14 forks source link

Lists and Keys Blog Post #24

Closed daryllukas closed 1 year ago

daryllukas commented 1 year ago

Contributor's Name

Daryl Lukas

GitHub Username

daryllukas

Description

I wrote a post about automatically assigning keys when rendering a list of children in React.

Contribution Category

low-code

What was it about?

writing

Select the exact contribution you did

blogs

Link to your Contribution

https://hashnode.com/draft/635be9e793b35e2fb5d817db

Code of Conduct

joshi-kaushal commented 1 year ago

_Hi, thanks for your submission. Could you please give me the link where it was posted previously?

Also, we don't allow direct or indirect advertisements on our blogs. I am removing the last paragraph from your article. Could you please replace it with a conclusion or wrapping up* section? That would be useful._

daryllukas commented 1 year ago

Here is the previous post. I've also updated the draft's conclusion section.

daryllukas commented 1 year ago

How do I avoid the duplicate key warning if adding more that one contribution?

image

joshi-kaushal commented 1 year ago

make it an array of objects.


"daryllukas": [
  {  // data 1  },
  {  // data 2  }
]
daryllukas commented 1 year ago

make it an array of objects.

"daryllukas": [
  {  // data 1  },
  {  // data 2  }
]

Oh right! Silly me.. Thank you very much @joshi-kaushal

daryllukas commented 1 year ago

Kindly assist me with the link to the published blog post.

joshi-kaushal commented 1 year ago

It is scheduled for tomorrow. Put the same draft link for now. We will update it once its published.