Next.js Discord

Discord Forum

full (slow) page refresh on each modification

Answered
Hermit Warbler posted this in #help-forum
Open in Discord
Hermit WarblerOP
each time i made a modification, like adding or removing a tailwindcss class name, the app does a full page refresh, which is slow and takes sometime, which is not the case when i was working with react&vite projects, is that a default behavore of app routing or it can be customized?
Answered by B33fb0n3
normally nextjs does that only when there are errors on the page. So take a look at possible errors, fix them and then the [HotReload](https://nextjs.org/docs/architecture/fast-refresh) should work like expected
View full answer

1 Reply