VueJS

Greetings!

Looking at the Angular integration it looks like plugging Webix into VueJS would be reasonable (unlike ReactJS, VueJS uses the DOM).

Any plans for such integration or should I start on my own :slight_smile:

Cheers

There are no such plans.

VueJs is a powerful solution.
Unfortunately, this framework requires that each component must have a static HTML template, while, in the case of Webix UI, the template of a component is a JS function.

Please correct me, if I’m wrong.

Thanks Maksim – I appreciate you citing the template requirement … will seek a strategy in the days to come. Perhaps we can apply a composition pattern or such to get the two to get along :slight_smile:

Having worked with Angular for a few years and knocking ReactJS around for awhile, I find Vue to be a refreshing alternative. It would be easy to envision Vue’s declarative strategy, state management and routing matched with Webix excellent widgets.

Thank you again.

HI maksim, as weibx 4.0 will support angular2, is that a good idea to support VueJS2?

Look forward to this article
http://wijmo.com/blog/how-to-create-great-vuejs-applications-using-wijmo-controls/

Indeed it would be nice to see an integration with VueJS2! It’s a lot easier to learn… and you don’t need a static html template to create components

Hi Webix team! We’re also quite keen to find out if there are any plans to directly support VueJS2 in the near future? Any feedback on this would be greatly appreciated :slight_smile:

Yes! A little bit feedback would be great!

No response yet…

While it is possible to convert some minor components to VueJS, there is no way to port the more complex ones, like DataTable.

VueJS requires that a component returns HTML string of its content and do not attempt to manipulate a DOM directly, those requirements are too strict for Webix components