Techbhoosreact10 ways to use "Ref" in ReactRef can be simply understood as a reference. Refs are used to preserve values across re-renders in React. Unlike state values, the ref can be mutated and the value changes