#Share code with multiple clients
10 messages · Page 1 of 1 (latest)
@worthy moss can you explain what you're trying to do? Have multiple codebases use the same code, or both talk to Convex but only one has the convex (backend) code, or they both want to edit the convex code and stay in sync? We recommend for projects with multiple clients to use a Monorepo like turborepo
both talk to Convex but only one has the convex (backend) code
I now understand what you mean by monorepo.
and now I understand why my question is not so simple
I am confused how multiple developers should work on the same project
additionally are there examples for iphone and android apps
The other just needs the backend url if you’re down to not have the types.
Multiple developers can work with a git repo. Everyone will have their own dev deployment and share prod
There is react native but native clients are not official yet- some people have shared their libraries though