#Gradually Adopting Remix (From Vite SPA and Fastify)

1 messages · Page 1 of 1 (latest)

past plinth
#

I've become a big fan of Remix in the past few months, and am interested in moving an existing app over. This app is a React app which interacts with a Fastify back-end. Has anyone made a similar move? Have any recommendations on doing things bit-by-bit rather than a big all-at-once migration?

faint adder
#

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

outer wigeon