Javascript – Is there a way to interpolate a plain HTML element into a React component?
I'd like to use PixiJS and Next.js to create a screen-fitting optimal scale ratio stage. I'm aware of @pixi/react, but I want to create a game and it'd be inefficient to re-render the stage everytime an Isogenic entity spawns, unspawns,…