# React Features | Sentry for React

The Sentry React SDK offers React-specific features for first class integration with the framework.

* #### [Component Tracking](https://docs.sentry.io/platforms/javascript/guides/react/features/component-monitoring.md)

  Learn how Sentry's React SDK allows you to monitor the rendering performance of your application and its components.

* #### [React Component Names](https://docs.sentry.io/platforms/javascript/guides/react/features/component-names.md)

  Learn how Sentry's React SDK allows you to monitor your components.

* #### [React Error Boundary](https://docs.sentry.io/platforms/javascript/guides/react/features/error-boundary.md)

  Learn how to use Sentry's ErrorBoundary component to catch React rendering errors and display fallback UIs.

* #### [React Router](https://docs.sentry.io/platforms/javascript/guides/react/features/react-router.md)

  Learn about Sentry's React Router integration.

* #### [Redux](https://docs.sentry.io/platforms/javascript/guides/react/features/redux.md)

  Learn about Sentry's Redux integration.

* #### [TanStack Router](https://docs.sentry.io/platforms/javascript/guides/react/features/tanstack-router.md)

  Learn about Sentry's TanStack Router integration.

## Pages in this section

- [component-monitoring](https://docs.sentry.io/platforms/javascript/guides/react/features/component-monitoring.md)
- [component-names](https://docs.sentry.io/platforms/javascript/guides/react/features/component-names.md)
- [error-boundary](https://docs.sentry.io/platforms/javascript/guides/react/features/error-boundary.md)
- [react-router](https://docs.sentry.io/platforms/javascript/guides/react/features/react-router.md)
- [redux](https://docs.sentry.io/platforms/javascript/guides/react/features/redux.md)
- [tanstack-router](https://docs.sentry.io/platforms/javascript/guides/react/features/tanstack-router.md)
