Tag: ReactJS

  • ReactJS error boundary + Sentry

    ReactJS error boundary + Sentry

    Understanding error boundary feature Thinking and building in React involve approaching application design in chunks or components. Every part of your application that performs an action should be treated as a component. Before React 16, JavaScript errors inside components were used to corrupt React’s internal state and cause it to emit cryptic errors on the […]