userefReactUserefMediumA common DOM use of useRef is to:1Access and focus an input element imperatively2Store JSX to render3Replace the useState hook4Fetch data on the serverBack to list