The Lazy Blogger

Tag archives: components

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

Dipping your feet into KnockoutJS Components

2014-7-20

Last week I saw Steve Sanderson’s NDC 2014 talk on how to build large Single Page Applications using KnockoutJS and other tooling. It struck a chord because SPA is something that I am dealing with right now and really wanted to get neck deep into how to use KO and other tools to build one ‘correctly’.

read more