All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samples.widgets.react-state.poc Maven / Gradle / Ivy

widget Minimal extends ReactWidget {

    Document getInitialState() {
        return { title: "Hello", name: "John" };
    }

	Html method render () {
	    title = getState().title;
	    value = state.name;
		return 
{ title + " " + name }
; } method someMethod() { setState({ title: "Goodbye" }); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy