Company
Date Published
Oct. 18, 2022
Author
Ekaansh Arora
Word count
413
Language
English
Hacker News points
None

Summary

In this blog post, the author describes how to use the Agora Web UIKit with a Next.js web app, overcoming the issue of server-side rendering and static-site generation causing errors when importing the Agora SDK. The solution involves using dynamic import to load the Agora library only when the page is rendered in the browser, utilizing Next.js's no-SSR feature. This allows the author to successfully integrate video calling capabilities into their Next.js app.