Skip to content

Commit 11effc2

Browse files
Update rx.memo documentation with minor clarification
Co-Authored-By: Alek Petuskey <[email protected]>
1 parent 403360f commit 11effc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/library/other/memo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from pcweb.pages.docs import styling
55

66
# Memo
77

8-
The `memo` decorator is used to optimize component rendering by memoizing components that don't need to be re-rendered. This is particularly useful for expensive components that depend on specific props and don't need to be re-rendered when other state changes.
8+
The `memo` decorator is used to optimize component rendering by memoizing components that don't need to be re-rendered. This is particularly useful for expensive components that depend on specific props and don't need to be re-rendered when other state changes in your application.
99

1010
## Basic Usage
1111

0 commit comments

Comments
 (0)