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.
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 🤷🏻♂️
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.