Posts by Gabriel Oliveira Menezes • 31 points
2 posts
-
2
votes1
answer67
viewsQ: Event "onClick()" running alone
This function is inside a map and within it, executed {Idchecker} The item id. is a value that comes in Array, I need this id to delete the post the user created, so idValue that stores post…
-
0
votes0
answers46
viewsQ: How to choose only a few items from a . map
I’m making an app similar to facebook, all posts are on a . map: {datapost !== undefined && datapost.map(item => { return ( <div className="publicacao"> <div…