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

120
Vistas
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 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