Open MikeBellika opened 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.
page.tsx
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.