personal notes hooks

pawan deore - Oct 16 '22 - - Dev Community

useState(() => 0)

// this will not cause rerender

difference between useRef and useState is that useRef do not trigger re render

and value can be modified using ref.current object

and it is object don't de-structure it

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player