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

176
Visualizações
Benefit of using OldState / PrevState in React?

I don't understand completely the benefit of using oldState / prevState. In the tutorial the code was changed from this :

  const DeleteClick = (id) => {
    SetMylist(Elems.filter(Elem => id !== Elem.id))
  }

to this :

  const DeleteClick = (id) => {
    SetMylist(OldElems => {
      return OldElems.filter(Elem => id !== Elem.id)
    })
  }

The guy said in the tutorial that if we use oldState / prevState then we get the most recent ( updated ) version of the state variable.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

You will be able to learn what the difference between setState and prevState is and what the benefit of prevState is from https://www.delftstack.com/howto/react/react-setstate-prevstate/#:~:text=setState%20is%20the%20primary%20method,that%20component%2C%20we%20use%20this.

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