DEV Community

Discussion on: Do you use a monorepo?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Currently, I use pseudo-monorepo, not monorepo anymore.

I use no Lerna, no Workspaces, and separate node_modules folders.

Actually, I think we shouldn't use a monorepo for frontend and backend, because browsers' and Node's dependencies can be vastly different. Backend only, or frontend only is OK.