Vheissu / aurelia-for-real-world-web-applications-book-feedback

Post feedback as issues here on Github for the Aurelia book. Be as descriptive and honest as you like.
15 stars 0 forks source link

Object observation tip from jdanyow and Rob #38

Closed wshayes closed 8 years ago

wshayes commented 8 years ago

https://github.com/aurelia/framework/issues/381#issuecomment-201928292

Vheissu commented 8 years ago

Something definitely worth adding into the object binding section. Thanks @wshayes

wshayes commented 8 years ago

Rob also had this tidbit which helped me as well (from view it on GitHub https://github.com/aurelia/framework/issues/367#issuecomment-202165547):

However, my personal recommendation is to not put data access inside of "widgets" but instead to put that inside "screens" that are controlled by the router. Then you can control navigation if there is a failure. Those screens can then bind the data into the widgets which encapsulate some common rendering.

On Mar 27, 2016, at 7:57 PM, Dwayne Charrington notifications@github.com wrote:

Something definitely worth adding into the object binding section. Thanks @wshayes https://github.com/wshayes — You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/Vheissu/aurelia-for-real-world-web-applications-book-feedback/issues/38#issuecomment-202170442

Vheissu commented 8 years ago

This made its way into the latest release and the binding chapter 6.