@dynamic-labs/sdk-react
TypeScript icon, indicating that this package has built-in type declarations

0.18.30 • Public • Published

Dynamic Labs' React SDK

Demo

Welcome to Dynamic! We're so excited that you're here!

What is Dynamic?

Dynamic offers smart and beautiful login flows for crypto-native users, simple onboarding flows for everyone else, and powerful developer tools that go beyond authentication.

Product walkthrough

Want a quick overview of some of the powerful features Dynamic offers? check out our product walkthrough video below.

Product walkthrough video

Getting started

Getting started with Dynamic is simple, and you can read the full guide here.

Here is a shoterned version of the getting started guide:

  1. Create your Dynamic account and grab an Environment ID.
  2. Install this npm package
  3. Configure the SDK
import { DynamicContextProvider, DynamicWidget } from '@dynamic-labs/sdk-react';

const App = () => (
  <DynamicContextProvider
    settings={{
      environmentId: 'ID',
    }}
  >
    <DynamicWidget />
  </DynamicContextProvider>
);

export default App;

Feedback

Dynamic strives to help you build innovative experiences, meaning we're always adding new features. You can Join our Slack community., follow us on twitter or check out our change log to see the latest and greatest from us.

Documentation

Get started here.

Readme

Keywords

none

Package Sidebar

Install

npm i @dynamic-labs/sdk-react

Weekly Downloads

477

Version

0.18.30

License

MIT

Unpacked Size

164 kB

Total Files

7

Last publish

Collaborators

  • jesse-at-dynamic
  • packaging-at-dynamic-labs