Webix State Change React

Can webix data be auto reloaded when React state changes? For example, if i have combo with options = this.state.streams. when setState of streams happens , webix combo should auto reload.
Webix support this?

Hi @annie123 ,

Webix is a standalone UI library, so there are no such dependencies by default. You’ll need to tune the required behaviour in the relevant handlers.

In the basic example/guide on our Github, the last section of the guide is related to dynamic updates. The basic example of a custom React component includes the componentWillUpdate handler ( code reference ).