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

213
Vistas
How to get the items when swapping muuri-react?

I am trying to use muuri-react to build a masonry gallery that supports videos, images, doc and pdf. On the backend i am storing the position of the item when the user drags it to some position so i want to get the two item when they swap so i can send the updated positions to the backend. Looking at this example i couldn't figure out how can i do that i didn't find anything in the documentation either

<MuuriComponent
  dragEnabled
  dragFixed
  sort={sort}
  dragSortPredicate={{
    action: "swap"
  }}
  dragSortHeuristics={{
    sortInterval: 0
  }}
>
  {items}
</MuuriComponent>

I want to be able to do something like this

  const onSortEnd = ({ oldIndex, newIndex }) => {
setSwap([
  {
    id: items[oldIndex].id,
    // make sure to assign old indexes ID to new order
    position: newIndex,
  },
  {
    id: items[newIndex].id,
    // make sure to assign new indexes ID to old order
    position: oldIndex,
  },
])

const array = items
const tmp = array[newIndex]
tmp.position = oldIndex
array[newIndex] = array[oldIndex]
array[newIndex].position = newIndex
array[oldIndex] = tmp
setItems(array)

}

like we do in react-sortable-hoc

about 4 years ago · Juan Pablo Isaza
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