Next.js Discord

Discord Forum

Incremental Build / Not having to rebuild entire app on small changes

Unanswered
Spinge Bib Sqorpnts posted this in #help-forum
Open in Discord
Hello! I'm using the latest version of Next (v14.1.0) and I was wondering if I can make it so the entire repo doesn't rebuild from zero every time. Because lets say I make a small change in one section of the app, it doesn't make sense to rebuild it entirely from 0, but just that page.

5 Replies

use buildcache
I would also like to add that I have tried looking into turborepo, but I need all subrepos to run under the same domain, since in the end, they're part of one project
@Anay-208 use buildcache
Something I gotta add or is it built in?
its already there in vercel
I know turbopack exists but it's not stable yet