Hello everyone,
I'm starting to create a standalone Shopify app and encountered Remix while researching templates. I'm still not entirely convinced about how this framework can handle large, complex applications. I really want to try it, but I'd love to hear about your experiences with Remix in developing large web applications with many features.
Specifically, if you've developed a large application with Remix, do you write both the backend and frontend within one app, or do you have a separated backend? If you don't have a separated backend, how do you scale your application? For instance, if the backend workload is heavier than the frontend workload, but they are deployed together, how does this affect scaling? Is there a way to deploy them separately, and if so, is that considered best practice?
Thank you!