Aaron Ho φ pfp
Aaron Ho φ
@aho
Devs using monorepos, when and how do you use them?
18 replies
0 recast
0 reaction

Greg pfp
Greg
@greg
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
2 replies
0 recast
0 reaction

Aaron Ho φ pfp
Aaron Ho φ
@aho
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.
2 replies
0 recast
0 reaction

vern pfp
vern
@vern
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.
0 reply
0 recast
0 reaction