React useEffect Hook
React's useEffect hook allows us to perform side effects in our components. The useEffect hook is often used for interactions with the Browser/DOM API or external API like data fetching. I'll demonstrate how the useEffect hook is used for interaction...
fadilcodes.hashnode.dev5 min read