Next.js Discord

Discord Forum

How to Reuse Components, Utilities, and Configuration Across Multiple Applications?

Unanswered
Basenji posted this in #help-forum
Open in Discord
Avatar
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?

0 Replies