Integrate Phaser 3 with Angular, React, Vue, etc ๐ŸŽฎ

Hello guys,

I want to share with you a WebComponent I created to be able to integrate Phaser Framework with Angular, React, Vue, etc :video_game: => https://codepen.io/jdnichollsc/full/oRrwKM

The idea with this is to avoid accessing to the DOM directly by using <div id="game" /> or something like that because itโ€™s an anti-pattern working with other frameworks, so you can respect the lifecycle of any library/framework using a component instead.

EXAMPLES:

Happy coding, and if you have any issue please let me know from the repo => https://github.com/proyecto26/ion-phaser

Regards, Nicholls