Comments

Log in with itch.io to leave a comment.

Any tricks for getting ReactJS to show as an embed in itch? When I upload the result of my `yarn build` step as a zip, itch accepts it, but I get a blank screen when trying to play the game.

Sorry for late reply, but I made this project on codesandbox.io and then deployed to netlify, you can do that manually as well. Then I embedded it using <iframe></iframe>. You can check the itch-upload branch on the github repository for the project.

All the best!