Hacker News new | ask | show | jobs
by mmmeff 996 days ago
What you’re talking about is unidirectional data binding, and what you’re replying to specifically mentions its failure to scale with complex applications.

It’s not the kind of problem you can appreciate when taking any framework for a spin with a form input.

1 comments

No, what I replied to said that about 2-way data binding. React also (just about) forces you to do unidirectional data flow, just like Solid.