Skip to main content

Recommended: JavaScript SDK with React Hooks

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) to get started.
You can see the full UI implemented at any time in our demo environment: https://demo.dynamic.xyz

Dynamic Context Provider

The DynamicContextProvider is a provider component provides the context for the rest of the components to work. It must wrap all Dynamic related components of your application.

Dynamic Wagmi Connector

The DynamicWagmiConnnector is responsible for helping your Dynamic application to integrate with Wagmi out of the box.
Last modified on June 25, 2026