Partial build | Corporate project #59631
MwSpaceLLC
started this conversation in
Ideas
Replies: 2 comments
-
This is must required, as I see for large projects its taking around 10-15 min to build the application and its not acceptable. For smaller applications its working fast |
Beta Was this translation helpful? Give feedback.
0 replies
-
any update? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
Background
In projects with thousands of files and hundreds of pages, even minor modifications, such as changing a couple of lines of code, currently trigger a complete recompilation of the entire project. This process is time-consuming and often unnecessary, especially when the changes are localized to specific files or components.
Proposal
Hello Next.js Team,
I’m reaching out to propose a feature that could enhance the development experience and efficiency for large-scale Next.js projects: Partial Compilation.
The Problem:
In projects with thousands of files and hundreds of pages, even minor modifications, such as changing a couple of lines of code, currently trigger a complete recompilation of the entire project. This process is time-consuming and often unnecessary, especially when the changes are localized to specific files or components.
Proposed Solution:
I would like to suggest the implementation of a partial compilation feature. The idea is to enable Next.js to compile only the parts of the project that have been modified, rather than recompiling everything. This could significantly reduce build times, making the development process faster and more efficient.
Expected Benefits:
While I understand that this might be a complex feature to implement, its potential impact on large-scale development could be substantial. It would be great to know if this is something feasible within the Next.js framework and if it aligns with your roadmap.
Thank you for considering this proposal. I look forward to any feedback or thoughts on this matter.
Beta Was this translation helpful? Give feedback.
All reactions