In react, Refs provide a way to access or reference the DOM element from within a parent component. Generally, in react, we would use props for any interactions between the components. We can re-render the component with updated props to modify it. R...
blog.sanjaybabu.dev1 min read
No responses yet.