Section 1: Fundamentals of the Power Apps Component Framework
This first section focuses on the basics of the Power Apps component framework. First, we get an introduction to the Power Apps component framework, the advantages of using the framework, and the prerequisites needed to get started. Then, we look into details such as what Power Apps CLI is and its importance when building code components.
After that, we get introduced to some community tools that can help build and manage code components. Some of these tools also help in making the deployment of code components easy.
Then, we gain an understanding of the structure of the projects provided by Power Apps CLI and the makeup of the code components. We also look at the structure of the control manifest and index code files. Lastly, we cover the component life cycle and how each event interacts with itself and the host.
This section comprises the following chapters:
- Chapter 1, Introduction to the Power Apps...