Add event listener and return cleanup function
Optional
Listen to window resize event
const cleanup = on(window, 'resize', (e) => {}); Copy
const cleanup = on(window, 'resize', (e) => {});
Add event listener and return cleanup function