Nextjs 13 is insanely slow in dev environment - Stack Overflow I recently switched to Nextjs 13 and I noticed it's insanely slow when I run my app on localhost via npm run dev Pages even take 10 seconds and sometimes even longer to load, how it is possible?
running a Development server on NextJS (on the network) Recently I started learning NextJS and when I run the command npm run dev, I only see that it starts the development server on the local machine, not on the network Is there a way to make it work just like it did with pure reactjs?