webix-jet vs Vue v3

has there been any discussion here on using webix-jet vs Vue v3 if you use the webix components?

Hello @Marc_Gusmano

Webix Jet is oriented on complex data management web apps, which is a relatively small part of the web. It is suitable for a SPA where the majority of UI is built with Webix UI widgets.

Still, it should be rather avoided for either classic multi-page apps (where content is generated on a server-side) or for SPA where most of the content is a pure HTML, or if the app should contain a lot of third-party UI components.

With that said, Jet will never be a framework on the same scale as Vue or React. It is initially designed for building complex apps based on Webix UI and being always maintained alongside the Webix UI library (e.g. suitable for long-term usage and compatibility).
To utilize that, almost all of our complex widgets (except Spreadsheet and Kanban) are built as Webix Jet apps (wrapped in a regular view to provide a consistent way of initialization for all widgets).