Question Bank

React Auto-Focus With Refs: Two Approaches Quiz

Difficulty: Medium

Two approaches to auto-focusing an input in React (`useRef` + `useEffect` vs the native `autoFocus` prop), plus companions on focusing after async state and on focusing inside a portal.