Skip to content

Commit 6ab7581

Browse files
authored
Merge pull request #5107 from MicrosoftDocs/stjanovi-patch-5
Add advantage to using code component over web resource control
2 parents d8f23f5 + 902ca71 commit 6ab7581

File tree

1 file changed

+2
-1
lines changed
  • powerapps-docs/developer/component-framework

1 file changed

+2
-1
lines changed

powerapps-docs/developer/component-framework/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ Developers can bundle all the HTML, CSS, and TypeScript files into a single [sol
4848
- Optimized for performance
4949
- Reusability
5050
- Ability to bundle all files into a single solution file.
51+
- Ability to handle being destroyed and reloaded for performance reasons while preserving state.
5152

5253
## Licensing
53-
<!--note from editor: I stopped here, in case this content is direct from CELA, except I turned "is" into "are" in the first sentence. Also made a couple of changes to the Note.-->
54+
5455
Power Apps component framework licensing requirements are inline with existing connectors and components and are based on the type of data and connections used in your app. More information: [Power Apps pricing](https://powerapps.microsoft.com/pricing/). To align with the licensing requirements, we will be classifying code components into two types:
5556

5657
- Code components that connect to external services or data directly via the user's browser client and not through connectors are considered as premium. When these components are used in an app, the app becomes premium, and end-users are required to have **Power Apps** licenses.

0 commit comments

Comments
 (0)