this post was submitted on 15 Oct 2024
6 points (100.0% liked)

Next.js

65 readers
6 users here now

A community for discussing and posting things relating to the next.js framework

Looking for mods, if you want to mod the community feel free to dm Ategon

https://nextjs.org/

founded 1 year ago
MODERATORS
 

So currently the way I rerun my changes are either by deleting the .next folder or rerunning the npm run dev command because of nextjs' caching (even if I delete the cache on the browser the changes are not reflected). Is there a way to hot reload a nextjs project without using a 3rd party dependency but rather just a set of nextjs configs, just when running a dev build?

top 1 comments
sorted by: hot top controversial new old
[–] togo 1 points 2 weeks ago

This is very untypical.. smth about your setup does not seem to be right, as nextjs in dev mode hot reloads automatically