CamC
Convex Community2y ago
6 replies
Cam

monorepo vs multi repo's

Hello, I've spent a couple of hours trying to get https://github.com/get-convex/turbo-expo-nextjs-clerk-convex-monorepo working. Side note, there appear to be some dependancy version conflicts and general shenanigans getting things running.

Looking at some other posts, turbo repo seems to be a tool suggested for this. However, while this might work for me with react, react native and convex itself, I also have some python aspects to my project.

So instead of getting tangled with yarn/pnpm workspaces, I am considering completely isolated directories/repo's.

Is there any conceivable problem with just having multiple repos, each with it's own copy of convex directory?

I would think that the reactor syncing would simply replicate between each running 'npx convex dev' and then I just commit those files in each repo.

Any recommendations?
GitHub
Monorepo template with Turborepo, Next.js, Expo, Clerk, Convex - get-convex/turbo-expo-nextjs-clerk-convex-monorepo
GitHub - get-convex/turbo-expo-nextjs-clerk-convex-monorepo: Monore...
Was this page helpful?