Create reusable custom components in JavaScript

Create reusable custom components in JavaScript

To make reusable components easy, Web Atoms provides inherited “LocalViewModel” which can be used to create view model for reusable views. This makes it very easy to separate component logic into testable view model.