Code Organization in Full Stack Apps

21/11/2023 4 min Temporada 4 Episodio 24
Code Organization in Full Stack Apps

Listen "Code Organization in Full Stack Apps"

Episode Synopsis


Do you have some best practices for scale Remix applications with Prisma regarding testability, reusability, and separation of concerns? When do you decide to move functions and business logic from loaders and actions to a .server file? Do you have functions like getUsers in a user.server file or do you call the database directly in the loaders?

Code Organization in Full Stack Apps