Quite happy that I started splitting a larger #React app a while ago into a #monorepo with each workspace containing everything related to a feature.
Plus a core package with shared code, a package that wires everything together and two packages for the two build targets.
Can focus on a few folders when doing my work and it’s easier to show contributors where to work and they can mostly ignore the rest.
It’s also obvious in PRs when code leaks out of its workspace.