How to useEffect hook in your React components
React introduces hooks in version 16.8. Hooks allow us to create functional components with states and side effects.
The useEffect hook helps you to create side effects in your functional components.
This hook takes a function as the first parameter ...
devoreur2code.hashnode.dev6 min read