#Share code with multiple clients

10 messages · Page 1 of 1 (latest)

nocturne sage
#

@worthy moss :

is it possible to export an application from the dashboard to files.

I was actually wondering how to export everything else beside the data. the stuff that would probably be checked into git

#

@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

worthy moss
#

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

nocturne sage
#

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