Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

211
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda