Section 3: Enhancing Code Components and Your Development Experience
This last section provides guidelines to enhance your code components and improve your development experience. First, we focus heavily on understanding the different events and methods provided by the Power Apps component framework. Using these events and methods, we build several tiny code components.
After that, we learn advanced techniques that are helpful when building a code component for a dataset. These include sorting, paging, opening a record from a selection, and interacting with the command ribbon provided by model-driven apps.
Then, we see how to make our development experience better by using Lint and Prettier. We also learn the technique to set up a testing framework. Lastly, we are introduced to React and Fluent UI, which will help you enrich the user interface of code components.
This section covers the following topics:
- Chapter 10, Diving Deep into the Features Provided by PCF ...