Hey!
Let me ask you something.
You have an input field in React. When the page loads — you want the cursor to automatically focus on that input. So the user can start typing right away without clicking it first.
How do you do that?
In plain JavaScript it is simple.











