Q51. What are the differences between useEffect and useEvent (experimental)?
`useEvent` is an **experimental hook** (not yet stable in React) designed to solve the problem of creating **stable event handlers** that always access the latest props a...