Earlier quoted context omitted.
Allow me to try and convince you of its importance :) https://svelte.dev/blog/write-less-code
What are your opinions of Go where it is the general idea to only have 1 way to do something, and make that way the best way?
I think my problem with two-way data binding is not so much that it's an additional way to update a value, but that it doubles up as reading and writing a value, and with that makes code somewhat harder to read. However, as I noted in response to Rich, that might not be a problem if that is only limited to variables bound to forms, but I'd have to try it to get a better feeling for that.
But I'm getting off-topic, so the answer is: I don't really have an opinion about Go, but the general principle you describe is not one that attracts me.