So, I actually did read the rest of the post. I just didn't look at it deeply.
I disagree that the author addressed everything I said.
He mentioned two-way data binding using mutation observers. That's not the win you get with react.
React isn't about 2-way data binding - its the opposite - unidirectional data flow - which massively simplifies the mental model of how your user interface works.
I disagree that the author addressed everything I said. He mentioned two-way data binding using mutation observers. That's not the win you get with react. React isn't about 2-way data binding - its the opposite - unidirectional data flow - which massively simplifies the mental model of how your user interface works.