What is difference between two way data binding and reactivity?
问题 As i follow some tuts for angular and ember.js I came across the term Two way data binding. Where data displayed on UI are bind with database and any changes to one is quickly propagated to the other. When I started learning meteor.js i came across term "Reactivity" which for me makes same sense as two way data binding. Can you please tell me fundamental difference between these two terms? 回答1: Reactivity is in fact more general than data binding. With reactivity you can implement data