Overview
The utilities section provides a collection of helper functions to simplify common programming tasks when working with the SDK. These utilities handle everything from DOM manipulation and event handling to data transformation and form management. Each utility is designed to be lightweight, performant, and easy to integrate into your codebase.
Topics
- classList - Helper for managing CSS class names
- debounce - Limit how often a function can be called
- deepmerge - Deeply merge multiple objects
- getFormErrors - Get form validation errors
- getFormValues - Get form field values
By leveraging these utility functions, you can streamline your development workflow and reduce boilerplate code while maintaining clean, maintainable implementations. These utilities are designed to work seamlessly with the SDK’s components and core functionality, helping you build robust applications more efficiently. Each utility is thoroughly tested and optimized for performance, making them reliable tools for your development needs.