Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 3.11 KB

File metadata and controls

17 lines (15 loc) · 3.11 KB
title 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 (Event Types Reference)
Request Interceptors How to customize request and response handling for authentication, logging, and other cross-cutting concerns
Customizing SDK UI 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
Error Handling How does SDK handle internal errors