Components enable us to work more efficiently by reducing duplication. With components, we can encapsulate canvas controls and logic in a single place and reuse those components multiple times in the same app or between different apps. For readers with some development experience, they behave like the user controls that exist in Microsoft products such as ASP.NET, Windows Forms, and WPF (Windows Presentation Foundation).
The benefits of using components and the use case scenarios ...