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

Backend + frontend when it can’t be done together in something like Next.js but I’m not likely to use the backend anywhere else. Here’s a recent example https://github.com/gskril/ens-adoption

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 @greg
Aaron Ho@aho
4/28/2023

for this repo, how is your release management be like? compile a sub repo, copy artifacts, deploy?