Skip to main content
To use WaaS specific methods, you must have Dynamic WaaS enabled in your project settings. You can enable it in the Dynamic dashboard. In your app, you can check if it is enabled by calling the isDynamicWaasEnabled method.

Usage

Make sure you have created a Dynamic Client before using this method.

React

isDynamicWaasEnabled is a synchronous function and works the same way in React. Use it inside a useEffect or event handler to gate WaaS operations:
Last modified on April 9, 2026