Summary
In this chapter, we looked at the PCF project structure, the ControlManifest file, and the index.ts file. We learned the life cycle of code components, which provide insights into how each of the core functions interact with each other. This will help you build better code components. We also briefly looked at the supported data types and features provided by the framework. This provided you with an insight into the entire PCF project, preparing you to start building your code component.
Before we dive into the next chapter, open the folder named 4.TestMe from the example library in VS Code. Start the VS Code integrated terminal and run the following command: npm start. This will initiate a code component built using the Power Apps component framework and provide a glimpse into the possibilities of having different UIs on model-driven and canvas apps.
In the next chapter, you will be building a complete code component for fields and datasets using all the knowledge you...