/-Clock-App-using-schedulers-with-hooks

When a component is unmounted, the scheduled interval should be cleared to avoid unnecessary problems To clear the scheduled interval when the component unmounts, call clearInterval() in the Cleanup function

Primary LanguageJavaScript