|
|
|
|
|
by _fat_santa
1878 days ago
|
|
I found quite the opposite. Both Next.JS and Gatsby are so so fast with HMR, I really am not sure how they achieve that with Webpack. I have a few apps that are bootstrapped with Webpack and things like hot reloading take a few seconds, with Next or Gatsby it's instant. As far as build time I've noticed all my React apps, whether built with regular Webpack or Next, all compile in roughly the same time. |
|