#Gradually Adopting Remix (From Vite SPA and Fastify)
1 messages · Page 1 of 1 (latest)
in remix you fetch data from the server side, then render the html, while pure react client fetch on the client side, then for the adoption, i guess you might need to fix your frontend code to the way that most of the time your data would flow into your component instead of client side requesting data from the server all the time
I don't have experience with this, but there is a task in progress which will probably make this migration significantly easier : https://github.com/remix-run/remix/issues/7639
There is also a migration guide here https://remix.run/docs/en/main/guides/migrating-react-router-app