create-react-phaser3-app icon indicating copy to clipboard operation
create-react-phaser3-app copied to clipboard

Minimal Phaser3 + Create React App template

Results 4 create-react-phaser3-app issues
Sort by recently updated
recently updated
newest added

Now it can fire the event to make a game object running on the scene. What if I want to click on a Phaser's object and can interact with React's...

when run yarn build or npm run build it shows

wondering if you have a template version using functional components and hooks?

Hi @kevinshen56714 Thanks for the template. CRA is a bit slow on my pc. So I converted this template to use Vite. Vite is a bit faster than webpack. Here...