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

175
Visualizações
how to use and in the properties section of the html element in react?

I had a situation like if 1st name exists in the obj , I need to do some more styling to that div so I am thinking like using and operator in react like this , if name exists add id to the div , but it is showing error

<div {obj["name"][0] && id="feature-border"} className="rectangle"> </div>

can anyone help me , how to use and in the properties section of the html element in react ??

about 4 years ago · Santiago Gelvez
1 Respostas
Responde à pergunta

0

<div {obj["name"][0] && id="feature-border"} className="rectangle"> </div>

Change this line of code to,

<div id={obj["name"][0] ? "feature-border" : ""} className="rectangle"> </div>

Or

<div id={obj["name"][0] ? "feature-border" : null} className="rectangle"> </div>
about 4 years ago · Santiago Gelvez 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