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

274
Vistas
Still render the page if the components code has error - React/Nextjs

I haven't got much experience in React, would really appreciate any advice. My situation is that:

  • I have a dynamic page let say the url is mysite/[productid]
  • The page is the combination of component A, B and C
  • There is an error happened in component B and React render 404 page which I don't want to.

My question is: Is there any way in React/Nextjs to still render the page (the page still displays without the error component) if one the components scratch, and log the error using Sentry? As I know there is a way to do that with Emberjs.

I do not want to render another error page with error boundary as it does not make sense to take down whole page with only one error component.

Thank you in advance.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

There are two solutions to handling errors in a React application:

  • JavaScript Exception Handling i.e. try/catch
  • React Error Boundaries

If a component can recover from an error internally, then the expressions which may throw that error should be wrapped in a try/catch block. Otherwise, you can use React Error Boundaries to manage any errors in child components.

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