We will make sure that the search field is focused automatically. We could use the autofocus attribute but it would be uncontrolled 😬.
SearchInput to support ref and ref.current.focus()useRef and useEffect to make the field automatically focused in AppThe field is focus automatically when the application starts.