pull down to refresh
TIL when you use useRef in React outside of its intended use, in all but few case you are being lazy or don't understand how React works.
useRef
Being lazy no way! No one would be lazy
TIL when you use
useRefin React outside of its intended use, in all but few case you are being lazy or don't understand how React works.