console.log(`RENDERING ${props.id}`); return ( <div> Hello {props.id} <button onClick={() => {}}>increment {props.value}</button> </div> );