iamshaunjp / Complete-React-Tutorial

All course files for the Complete React Tutorial on the Net Ninja YouTube channel.
1.81k stars 1.72k forks source link

want to export handleClick to the blogList #13

Open BelalDahab opened 2 years ago

BelalDahab commented 2 years ago

Screenshot (26) Screenshot (27)

as we done before, we have added a handleDelete function to the bloglist ... but we deleted it later and in lesson 31 we added a delete function in blogdetails ( handleClick ) ... now I want to link the detele button in the blogList to the handleClick which located in blogDetails.js

can u help me regarding this issue ?