The Lazy Blogger

Tag archives: amplifyjs

Part 7: Sharing Data in Knockout Components (2/2) - Events and Messages

2015-3-3

In my previous articles I've shown how to build KO components that start off with a data source of their own and are pretty self contained with respect to interactions with the rest of the page. But, in the first part of this article we built a tree control that's I am planning to use as an Index page. So an action like 'Clicking' a link needs to affect another part of the application/web page.

read more