python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
React dom , getElementByID
how can we set normal DOM manipulation into react DOM
here is my code
had tried in different since I got continues error as

K S Sabarinathan
Votes: 0
Answers: 3
React ForwardRef: Property 'current' does not exist on type 'ForwardedRef<HTMLElement>'
I am trying to create a component that will track the vertical scroll. The catch is – the actual scroll container is not easily predictable (in this specific case it is neither window, document nor bo...

HynekS
Votes: 0
Answers: 1
How can I call scrollIntoView on an ref in React
When I call someFun, I want to make formRef visible on the screen(it is on the top of the page, I may have scrolled to the bottom when I call someFun), is there standart way to do that?
function List(...
anthony lu
Votes: 0
Answers: 1