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

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

The newest version!
widget Minimal extends ReactWidget {

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy