Suppose I have the following component:
function Counter({onCountChange}) { const [count, setCount] = useState(0); // ...suppose we have somewhere else a