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?