Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

247
Views
Next JS frequently downloads resources in Dev mode

I'm new in NextJs. I created a simple page like this:

import Head from 'next/head';

const About = () => {
  return (
    <div>
      <Head>
        <title>About</title>
      </Head>
      <div>
        <h1>About</h1>
        <p>This is About page.</p>
      </div>
    </div>
  )
}

export default About;

But I noticed Next.js frequently downloads resources when I checked the network tab in devtools:

enter image description here

Even after re-opening the tab, that sends new req and fetches data...

Is it normal? or I have to manage it by configs?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!