Often, in addition to controlling the state of a component, we need to perform some action based on different events. Such actions are called side effects or third-party effects. In this topic, we will talk to you about how to work with "side effects" and the useEffect hook.