📄️ UI Customization
UI on both the web and app clients is facilitated by a modular approach to UI on our platform.
📄️ Sync Vs Async API
Most of the APIs provided by Chakra are sync (synchronous) APIs. This means that upon receiving an API request, the request processing will be completed before a response is returned to the client. Simple examples being the Update Process API.