Reactjs – How to pass a state from child to parent component in Next.js?
In my next.js 14 project, I need to pass a state from a child component to the parent component. Currently, I declared the state in the parent component and passed it to children. ( thus making everything under the parent…