An approach to handle third party SDK’s custom event systems in front end projects
Abstract (TL; DR;) When working on frontend projects, a common way to deal with the asynchronicity of third party SDKs methods is to rely on callbacks or promises. Nonetheless, it is quite frequent that some libraries use their own event system to notify their consumers whenever an action has been...