REACT HOOKS: Effect Hooks
Effects let a component connect to and synchronize with external systems. This includes dealing with network, browser DOM, animations, widgets written using a different UI library, and other non-React code, making api calls.
useEffect
connects a com...
devjobalia.hashnode.dev6 min read