Bibek Basyal

Bibek Basyal

Engineer & Technophile.


10 ways to use "Ref" in React.

July 23, 2023

Ref 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 immediately without causing a re-render. With this in mind, let us explore the ways in which refs can be used in React.

Read more