Reactive GTK in Vala Example of form using properties and bindings to achieve a similar coding experience to React and other JS frontend frameworks. This is a code example for thes articles Vala reactive programming. Vala reactive programming - part 2. Compile & run To compile: `valac --pkg gtk+-3.0 file.vala` To run: `./file`