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

127
Views
Writing a proper loop for an array with many elements

I want to reduce the array loop. If you leave it like that it will be very slow.

const filteredBudgetItems = [{
    name:A,
    age:2,
    budgetItemId:47,
    bugdetData:{
      id:87,
      name:ul
    }
  }, //..10000 pieces object
]

const rowIndex = //always different numbers
const activeRows = [//always different numbers] // array

const el = useMemo(() => filteredBudgetItems?.[rowIndex], [filteredBudgetItems, rowIndex])
const getIsActive = useCallback((rowPosition) => !!activeRows.find((el) => el === rowPosition), [activeRows]);
const isActive = useMemo(() => getIsActive(el?.budgetItemId), [el, getIsActive]);
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!