I have a component which much unsubscribe to something asynchronously. Is this possible with React.useEffect?
eg
useEffect(() => { doSomething(); re