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

123
Visualizações
Prevent a component rendering inside formik

I want to disable the rendering of a component inside react.js formik library here is an example of code structure I have currently

<formik 
  initialValue={{
    "show":false
  }}>
  return (
    <button name="showbtn" onclick={setFieldValue("show",true)}/>
     {values?.show ? 
     (
       <Text>Hello</Text>
     ) : 
    null}
    <Rerenderedcomponent />  //no prop passed here
  )
</formik>

And here is an example of my Rerendered component file

function Rerenderedcomponent() 
{
  const callingAPI = useCallback(()=>response,[])
}

export default React.memo(Rerenderedcomponent)

Now as I am clicking on the button(name showbtn) formik "show" field value is getting updated but my component(Rerenderedcomponent) is also getting rerendered & hence the api in it is getting called again

I tried by setting enableReinitialize={false} but nothing works

Is it possible to prevent this rerendering of the component(Rerenderedcomponent) on formik field update

PS:- The component should remain inside formik tag only

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