Hi, I am currently developing an app using React Router 7 (which is Remix 3, basically) and can’t deploy it. It’s being detected as a Vite project, which expects static files. If I pick the Remix framework, it also doesn’t work.
This is a new app, not migrated from an older version, btw.
Any news on when this framework will be supported?
Hey, sorry for coming back to the topic, but it turns out, the template you provided doesn’t work with prerendering. If I remove the ssr part in the Vite config, everything works:
I am in the middle of a migration from remix2 to react-router v7.
Will there be a preset for supporting RR7 as a framework in Vercel, is that something you are considering? I want to be sure that the template shared earlier in this conversation is still the way to go. I don’t mind waiting, just want to be sure I am making the right call.
Thanks for the amazing support!
We have fully migrated our staging to RR7 using the Vercel template, but we now encounter quite some issues which we did not encounter with the remix preset. So hopefully it will be fixed once they have a preset for RR7.
Having a dedicated present would be very much appreciated!!
I have managed to deploy my web using the current Remix present and installed a dependency I don’t need locally, but the preset requires (@remix-run/dev and @remix-run/node).
It works, but this sort of build does not fully support some of the key features of the newer version of the React router.