Make the JSX code compile before deployment

Issue #3 resolved
Tim Martin repo owner created an issue

Currently it's compiled on the fly, which makes the page too slow to load. This will need to be done ahead of time, before deployment.

This also means deciding how the game will be deployed, which means figuring out whether a backend is required.

Comments (2)

  1. Log in to comment