Skip to content

Commit b1b0592

Browse files
authored
Merge pull request MicrosoftDocs#4591 from MicrosoftDocs/stjanovi-patch-10
Update perf FAQ for references to DOM nodes
2 parents b969aaa + 6655f1a commit b1b0592

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

powerapps-docs/developer/component-framework/faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sections:
2626
1. If you wish to access a large chunk of data items, implement [filtering](reference/filtering.md) and [paging](reference/paging.md) methods to limit how much data should be loaded.
2727
2. Batch your network calls, and make any network calls asynchronous. Design the component in such a way that all the required information is provided with a single call.
2828
3. Design the component such that the user has to perform an action (such as clicking on a button) to initiate the loading of a specific item's data rather than making the call for each data item.
29-
4. Ensure that you clean up the resources using the [destroy](reference/control/destroy.md) function. Open network calls, connections, and event handlers need to be cleaned up to increase the performance.
29+
4. Ensure that you clean up the resources using the [destroy](reference/control/destroy.md) function. Open network calls, connections, event handlers, and references to DOM nodes need to be cleaned up to increase the performance.
3030
3131
- question: Where can I find some good examples of code components?
3232
answer: |
@@ -68,4 +68,4 @@ additionalContent: |
6868
## See also
6969
7070
[Power Apps component framework API reference](reference/index.md)<br/>
71-
[Power Apps component framework overview](overview.md)
71+
[Power Apps component framework overview](overview.md)

0 commit comments

Comments
 (0)