Posts by João Paulo Santos Pessoa • 51 points
1 post
-
5
votes1
answer101
viewsQ: How can I update a parent status via child in React?
I need to update a parent’s status via a link click on the child’s Komponent, but I’m not getting it. I’m trying this way: Component Pai export default function Home() { const [board, setBoard] =…