reactplay / hacktoberfest

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

Error Boundaries Blog Post #23

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 handling JavaScript errors in React. Submitted on Hashnode for approval.

Contribution Category

low-code

What was it about?

writing

Select the exact contribution you did

blogs

Link to your Contribution

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

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

Previous Post

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

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 it is published.