Knockout.js Components
Knockout.js components are used to organize the UI code in encapsulated and reusable chunks. A component contains a template (view) and data (viewModel). ViewModel is not required and can be skipped. Components allow to simplify code by splitting it into smaller pieces containing a certain functionality. They can be preloaded as well as loaded in… Continue reading Knockout.js Components