---
title: "React Features"
description: "Learn how Sentry's React SDK exposes custom components for first class integration with the React framework."
url: https://docs.sentry.io/platforms/javascript/guides/react/features/
---

# 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 Tracking](https://docs.sentry.io/platforms/javascript/guides/react/features/component-monitoring.md)
- [React Component Names](https://docs.sentry.io/platforms/javascript/guides/react/features/component-names.md)
- [React 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)
