I need some context for this. Google isn't helping with a term like "component". I see the install command itself is "component". I'm not familiar with this. What am I looking at? I would like to understand. Thanks!
Client-side development currently suffers from a lack of structure, more importantly this lack of structure and fundamental sharing of assets makes it difficult to abstract libraries into smaller subsets. Normally you would think twice about separating your library into several parts, because telling end-users to install several pieces is tedious, error-prone, and frankly annoying. Component makes this extremely easy, and we may all benefit from creating smaller lego-blocks for the web.