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

114
Views
svelte list won't update when I add to an array

I'm just starting out with svelte... so, this is probably a noob question.

I have a list, and I can remove items from the array and the list (#each) updates no problems.

...but if I add an item to the array the list doesn't redraw until I remove another item...

https://svelte.dev/repl/ef316351462a434691388351aef1676a?version=3.44.0

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

For reactivity Svelte check assign operator. So use spread operator or reassign the variables.

//Short Syntax 
tickets = [...tickets, newTicket]

// Or
tickets.push(newTicket);

tickets = tickets;
about 4 years ago · Juan Pablo Isaza Report
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!