Different ways to create Refs in React
While writing React apps we are always following the component-based architecture but there might be a situation where you may have to manipulate or imperatively modify DOM element. So to accomplished this React provides something called as Refs. In ...
sumitkharche.hashnode.dev6 min read