Integration Guide
The integration guide will provide general concepts for building with the Gusto Embedded React SDK. The intent of the SDK is to be flexible and customizable according to the needs of your application. The sections below detail how to accomplish some common use cases.
Section | Description |
---|---|
Versioning and Dependency Management | Our versioning strategy, release types, and definition of breaking changes |
Event Handling | How to work with SDK events, useful for: Tracking and analytics Running side effects in your app |
Styles and Theming | How to customize the look of SDK components to visually match your application |
Composition | How to customize the layout, structure, and organization of SDK components, useful for Adding or removing sections from a given step or interface Inserting your own content inside of an SDK component |
Providing Your Own Data | How to supply your own data to SDK forms |
Translation | How to customize copy within SDK components and support for internationalization |
Routing | Example of integrating the SDK with your application router |
Updated about 19 hours ago