MikeBellika / tile-game

https://bellika.dk/exponentile
MIT License
15 stars 2 forks source link

Migrate from next.js to react #9

Open MikeBellika opened 7 months ago

MikeBellika commented 7 months ago

The game isn't and probably won't use any ssr functionality. It will be easier and cheaper to host with plain old react.

The code is made more ugly by using next. For example having to use dynamic imports in page.tsx to get it to render on the client.