Relative Content

Tag Archive for dependency-managementdirectory-structurenx-monorepocode-maintainability

When following Nx’s project dependency rules, how loose are you with what is “dumb”?

my team is using Nx for our monorepo and loving it. its been about two years though and there have certainly been some pitfalls that seem to be related to our understanding of their Project Dependency Rules. Specifically in what should be classified as “dumb”. In many of our features we have a common problem of being required to go through too many layers of inputs from feature components down to ui components and the inverse of that where when the deepest ui component has output something and we need that to bubble all the way up to the feature component.