Day 04: Referencing Values with Refs
#100DaysOfCode
Day 04: Referencing Values with Refs
Learned about refs, which is used when we want a component to remember something but you don’t want that information to trigger new renders, that’s where you use the useRef hook from React.
If you...
moazamdev.hashnode.dev2 min read