Integrations
Last updated
The SDK Loader can be integrated into any modern framework. This section offers specific guides for frameworks that require additional configuration.
Next.js: Integration guide for Next.js applications, with examples for App Router and Pages Router.
For React applications with Vite or Create React App, follow the Integration guide, which includes a complete example.
The SDK Loader works with any JavaScript framework. The general pattern is:
In frameworks with server-side rendering (SSR), make sure that loadSdk() it is only called on the client side, since it requires browser APIs.
Last updated