migrating all to remix

I have a shopify gadget app on react live, what's the best way to migrate it to remix?
8 Replies
safwan
safwanOP5mo ago
does moving to remix or typescript from react js help in improving app web vitals? Also will it effect resource usage since remix uses server side rendering?
Chocci_Milk
Chocci_Milk5mo ago
I would personally recommend React Router v7 in framework ssr mode if you're looking at optimizing your application as much as possible Doing the switch to v7 would be pretty much the same as a migration to Remix but you don't have to switch all the packages that you use
safwan
safwanOP5mo ago
oh can you lead me to the documentation on how to do that? and again should I move from js to ts?
Chocci_Milk
Chocci_Milk5mo ago
JS to TS does't matter. It's developer preference. It can make it easier to find bugs though. Here's the react router documentation: https://reactrouter.com/start/framework/installation
safwan
safwanOP5mo ago
oh and what about the burden on the sever? will it cause a sizable dent in my hosting costs?
Chocci_Milk
Chocci_Milk5mo ago
Not at all. It should be the same or negligible
safwan
safwanOP5mo ago
alright thanks a ton

Did you find this page helpful?