create-react-phaser3-app
create-react-phaser3-app copied to clipboard
Minimal Phaser3 + Create React App template
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...