Does it make sense to start with Tanstack Router for electron.js app
I have an App written with next.js that I want to port to the desktop with electron.js.
Does it make sense to use Tanstack Router instead of next.js. If I stay with react I should be able to use all the present components as I did not use many next.js native hooks or anything like that.
I am asking because I heard that next.js and electron.js are not working together really well.
Thank very much in advance
Best Regards,
Justus