Managing dependecies between modules
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
Hello all 👋 , not sure if this the right place to ask this , but for those who worked on a Next.js project that does modules/features architecture, how do you mange dependencies between modules. For example a share dialog that is part of the organisations modules, that needs be used in invoicing module?
We Currently all modules have an
We Currently all modules have an
index.ts that export what's available for the rest of the app. I'm curious about you all manage dependecies between modules.