How to Reuse Components, Utilities, and Configuration Across Multiple Applications?
Unanswered
Basenji posted this in #help-forum
BasenjiOP
I am currently working on two Next.js applications that share a similar design, structure, and configuration, but also have some distinct differences.
In Nuxt.js, there is a concept of layers that allows you to share code, configuration, and components across multiple projects efficiently.
Is there an equivalent concept in Next.js?
If not, what are the best practices for sharing and reusing components, utilities, and especially configuration between multiple Next.js applications?
In Nuxt.js, there is a concept of layers that allows you to share code, configuration, and components across multiple projects efficiently.
Is there an equivalent concept in Next.js?
If not, what are the best practices for sharing and reusing components, utilities, and especially configuration between multiple Next.js applications?