useRef hook in React.js
React is introduced hooks with the functional components. Hooks are very useful and developers friendly. Hooks allow us to reuse the stateful logic without changing your component hierarchy.
We use some hooks in our daily development work like useSta...
sahedthought.hashnode.dev2 min read