Can anyone explain the difference between Reacts one-way data binding and Angular's two-way data binding

WinchenzoMagnifico picture WinchenzoMagnifico · Dec 29, 2015 · Viewed 61.4k times · Source

I'm a bit fuzzy on these concepts, If I build the same ToDo app completely in AngularJS and ReactJS--- what makes the React ToDo use one-way data binding vs the AngularJS's two-way data binding?

I understand that React sort of works like

Render(data) ---> UI.

How is this different from Angular?

Answer

Gabriel picture Gabriel · Jun 1, 2016

I made a little drawing. I hope it's clear enough. Let me know if it's not !

2 ways data binding VS 1 way data binding