Comment on Tutorial on building a desktop app with Go and GoeyparentComments−rwjOP6yThe syntax is definitely Go :)The approach is a hybrid. The declarative approach with reconcilation (tree diffing) comes from React. The automatic layout with constraints does come from Flutter.−rohan10246yI understand it's Go. Just never thought that Go can also be written that way.I personally like that kind of syntax for UI development.
Comments
The syntax is definitely Go :)
The approach is a hybrid. The declarative approach with reconcilation (tree diffing) comes from React. The automatic layout with constraints does come from Flutter.
I understand it's Go. Just never thought that Go can also be written that way.
I personally like that kind of syntax for UI development.