> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# React Objects Introduction

<Card title="Recommended: JavaScript SDK with React Hooks" icon="react" color="#4779FE">
  For new React apps, we recommend the JavaScript SDK with React Hooks (`@dynamic-labs-sdk/react-hooks`) instead of the legacy React SDK documented here. The JS SDK comes with many benefits such as a much smaller bundle size and other optimizations. Use the [React quickstart (JavaScript SDK)](/javascript/reference/react-quickstart) to get started.
</Card>

The SDK uses a number of objects to represent different things. Here is a list of all of the objects used by the SDK and links to their reference pages.

[**AccessDeniedCustomButton**](/react/reference/objects/access-denied-custom-button): An object containing custom text and action for access denied modal.

[**EvmNetwork**](/react/reference/objects/evmNetwork): Object which represents a network on the Ethereum Virtual Machine (EVM).

[**Locale**](/react/reference/objects/locale): Used within the locale prop of the [DynamicContextProvider](/react/reference/providers/dynamiccontextprovider) to edit the copy displayed by the SDK

[**JWT Payload**](/react/reference/objects/user-payload): JWT to verify some claims about the end user.

[**JwtVerifiedCredential**](/react/reference/objects/verified-credential): A representation of a verified credential (Wallet, email, farcaster, phone, etc.).

[**PhoneData**](/react/reference/objects/phone-data): The phone information required for sms verification.

[**SdkViews**](/react/reference/objects/views): Used within the [DynamicContextProvider](/react/reference/providers/dynamiccontextprovider) `overrides` prop to adapt the view shown to the user programmatically.

**[UserProfile](/react/reference/objects/userprofile)**: An object containing attributes about the
user such as the wallet address, email, first name, etc.

[**Wallet**](/react/reference/objects/wallet): An object containing the attributes about the
connected wallet. This object would be available immediately after a wallet has
been connected.

[**WalletsByChain**](/react/reference/objects/wallets-by-chain): Array of objects, used primarily for bridging.

[**WalletConnector**](/react/reference/objects/walletconnector): This is Dynamic's abstraction over
the wallet interface. This can be used to interact with the users wallet.
