From the course: Microsoft Power Platform Developer Associate (PL-400) Cert Prep

Unlock the full course today

Join today to access over 22,800 courses taught by industry experts or purchase this course individually.

Create a Power Apps component framework (PCF) code component

Create a Power Apps component framework (PCF) code component - Power Platform Tutorial

From the course: Microsoft Power Platform Developer Associate (PL-400) Cert Prep

Start my 1-month free trial

Create a Power Apps component framework (PCF) code component

- [Instructor] Our first objective is to describe the code component lifecycle. Power Apps have many out of the box components for apps. However, if you need to go beyond these features, you can use the Power Apps Component Framework, or PCF, to create reusable code components. Code components are visual controls that can also include business logic. Here are some of the open source code components built by the Power Apps community shared at PCF Gallery. The types of components that you can add are field. This is a custom control for a field on a form. And dataset. This is a custom control to display rows of data. Code components are implemented using HTML, CSS and TypeScript and have support for UI frameworks, such as React and Fluent UI. Component composition consists of a manifest file, component implementation and any additional resource files that might be needed by the component. The Power Apps component lifecycle…

Contents