The Lazy Blogger

Tag archives: ko

Part 7: Sharing data in Knockout Components (1/2) - Building a Tree Component

2014-12-24

Continuing my account of using KO Components and the building of the Silkthread SPA, today I am going to build another component - a Tree view component.

read more

Part 6: Custom Components - Tabs

2014-9-25

In Part 4 we have seen how to use History.JS along with Crossroads.js to achieve proper client side routing and maintain browser state for proper back button navigation. However, SPAs often have complex page states for example a page with tabbed data or grid data with a particular filter.

read more