Posts
I continue exploring "reactive" GTK+ and Vala in my new article at https://igordsm.github.io/blog/2021-12-24/ This time I talk about UI events and how to make data flow from one component to others. You can discuss these at DEV.to https://dev.to/igordsm/vala-reactive-programming-part-2-4pb4
New article: Vala Reactive programming part 2
Dec 24, 2021
119 views
I've been doing some frontend programming these last few months and loved how React and other JS libraries create UIs. So I tried doing something (kind of) similar in Vala and Gtk3 by using properties and bindings to fully separate UI construction and logic. The full text is available at my blog ( https://igordsm.github.io/blog/2021-12-06/ ) and DEV.to( https://dev.to/igordsm/vala-reactive-program...
New article: Vala reactive programming
Dec 06, 2021
107 views