Learn about widget vs headless (hooks only) implementation patterns
The React ships with an all in one UI called the Dynamic Widget, which you can see in action on demo.dynamic.xyz.It is very customizable in terms of styling and design, learn more about that here.If however you’d like to build your own custom UI using our React hooks (i.e. headlessly), you can do that as well.Each guide in the React section should contain both a section on the widget and a section on hooks.If you don’t see a hooks guide for any particular piece of functionality you need, let us know via [email protected] and we’ll create one for you!