How to create a reusable useOnClickOutside hook in react?
From the time Hooks were introduced in React 16.8, it has changed how react is written in its ecosystem. Hooks are functions that let you “hook into” React state and lifecycle features from functional components. Hooks make React so much better becau...
animeshgarai.hashnode.dev3 min read