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.

SectionDescription
Versioning and Dependency ManagementOur versioning strategy, release types, and definition of breaking changes
Event HandlingHow to work with SDK events, useful for: Tracking and analytics Running side effects in your app
Styles and ThemingHow to customize the look of SDK components to visually match your application
CompositionHow 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 DataHow to supply your own data to SDK forms
TranslationHow to customize copy within SDK components and support for internationalization
RoutingExample of integrating the SDK with your application router