naimulcsx / progHours

A gamification-driven platform for competitive programmers.
https://proghours.com
76 stars 2 forks source link

Migrate to Next.js 13 from React SPA #228

Closed naimulcsx closed 8 months ago

naimulcsx commented 9 months ago

We are currently using a React Single Page Application (SPA) for our web application, and we want to explore the pros and cons of migrating to Next.js 13. Migrating to Next.js 13 can provide several advantages:

naimulcsx commented 8 months ago

I've tried migrating few pages to see the DX, but surprisingly I'm not happy with how it feels with Next 13.4.1 at this moment. Pages goes irresponsive when making a .css file change, also React Table is also not working with the @tanstack/react-query-next-experimental package and useSuspenseQuery from @tanstack/react-query. I don't have the time and energy to debug and fix these underlying issues.