Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

116
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda