tstepro
tstepro2y ago

Sharing development with front-end team

Hey there, just wondering what were suggested approaches for collaboration. Currently, I'm handling the backend side of things with convex. Bringing in a separate dev to work on F/E work. Would I be able to just share the Convex URL with them and let them work off of the dev environment? Or is there a suggested setup?
4 Replies
Indy
Indy2y ago
Yep that should work. If they don't need to push any convex functions, look at the dashboard or configure anything about convex (thus never run npx convex dev), then all you have to do is make sure the the ConvexClient is connected to the right backend url: https://docs.convex.dev/client/react#connecting-to-a-backend
Convex React | Convex Developer Hub
Convex React is the client library enabling your React application to interact
tstepro
tsteproOP2y ago
woohoo! Awesome. thank you. That helps isolate development
ckobasti
ckobasti13mo ago
I want to share the DB with my mate so everything that we both do in solo dev environments(each one on his local host) pushes to the same base/tables?
Michal Srb
Michal Srb13mo ago
Discord
Discord - A New Way to Chat with Friends & Communities
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.

Did you find this page helpful?