Book Image

Microsoft Power Apps Cookbook

By : Eickhel Mendoza
Book Image

Microsoft Power Apps Cookbook

By: Eickhel Mendoza

Overview of this book

Microsoft Power Apps Cookbook is a complete resource filled with meticulously crafted recipes to help you build customized business apps that meet ever-changing enterprise demands. You will learn how to design modern apps with the low-code approach in a rapid application development environment by achieving enterprise-wide business agility.
Table of Contents (13 chapters)

Chapter 11: Advanced Techniques with Power Apps Component Framework

Low-code platforms offer many possibilities for building applications focusing on easy-to-learn languages, ready-to-use solutions, and a robust backend to support almost all business requirements.

However, some specific scenarios might require a professional developer to solve a particular task. Thankfully, the Power Platform is open to these approaches as well, and that's why we can leverage the advanced techniques of professional development using the Power Apps Component Framework (PCF).

This framework consists of code components that work just like regular Power Apps components. Using standard web technologies such as HTML, CSS, and TypeScript paired with an extensive set of framework APIs creates reusable components built in a single solution package. More information regarding these code components is provided here: https://docs.microsoft.com/en-us/powerapps/developer/component-framework/custom-controls...