Advanced
In reply to @greg
Aaron Ho@aho
4/27/2023

Would you use a monorepo that uses different languages in its packages? Example a python flask project and a nextjs project that uses a common design system built on react.

In reply to @aho
Greg Skriloff@greg
4/27/2023

uhhh I only know javascript/typescript so not really something I’ve had to think about before. But first instinct is sure if the project is closely related then monorepo seems fine 🤷🏻‍♂️

In reply to @aho
vern@vern
4/27/2023

Less appealing when using diff languages. But could work. Most benefits in my experience have come from easy code sharing between apps in same language using shared locally linked packages.