Focus scroll on React element after render
Hello everybody,
You made need to put the browser’s focus on a scrollable element, just after rendering.
Using the element.focus()
is the good way to go but there a couple of tricks you should be aware of.