JSerZANP / jser.dev-comment

1 stars 0 forks source link

react/2021/12/05/how-does-useRef-work #13

Open utterances-bot opened 4 months ago

utterances-bot commented 4 months ago

How does useRef() work?

useRef() internally holds a value that its changes don't trigger re-render.

https://jser.dev/react/2021/12/05/how-does-useRef-work/

ahmedx33 commented 4 months ago

Great blog :heart: