Next.js Integratiom

Can webix be integrated with Next.js?

Hello ocp,

You can use Webix inside a Next.js app, as it allows for the inclusion of third-party scripts. But keep in mind that Webix is a client-side library so its components should be rendered on the client side(use “use client” directive).

If you are planning on using Webix for the majority of the UI in the app, please check Webix Jet first. It is a micro-framework made specifically for building Webix-based apps. It is native to the library and will help you manage the development stages in the most natural way possible.
And please take a look at the example: Next.js Starter - StackBlitz