melanke / Watch.JS

watch the changes of any object or attribute
Other
2.14k stars 219 forks source link

Watch.js doubts ? #92

Closed vinothwindows47 closed 6 years ago

vinothwindows47 commented 9 years ago

1 . I am using ember framework in client development . Is watch.js is equal to ember observes ?

2 . If I watch multiple objects in my application, the application performance will go to slow ?

3 . Is it MIT License ?

4 . Is it compatible for all browsers ?

yackermann commented 7 years ago

@vinothwindows47

  1. Yes it is similar to Ember observers.
  2. If you use same instance of observer, only one timer will be utilized, so it is not too heavy performance utilized.
  3. _178
  4. _179

P.S. Most of repositories have Readme.md that has all of the answers: _177